Skip to content

Commit

Permalink
Adapt new test methods
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Aug 26, 2023
1 parent 6f9c3c3 commit 4def201
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ext {
}
}

version = String.format("%s-%s", rootVersion, buildNumber)
version = String.format("%s", rootVersion)

if (!project.hasProperty("gitCommitHash")) {
apply(plugin = "org.ajoberstar.grgit")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ public boolean isOnline() {
return false;
}

@Override
public boolean isConnected() {
return false;
}

@Override
public String getName() {
return "Tester";
Expand Down

0 comments on commit 4def201

Please sign in to comment.