Skip to content

Commit

Permalink
Use new name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Oct 23, 2024
1 parent 0efa7f8 commit 76c20b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WebConsoleOSGiTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ task run(type: JavaExec) {
dependsOn createRunRepo

classpath = configurations.bndCli
main = 'aQute.bnd.main.bnd'
mainClass = 'aQute.bnd.main.bnd'
args = ['WebConsoleOSGiDemo.bndrun']
standardInput = System.in
}
Expand All @@ -62,7 +62,7 @@ task runGoGo(type: JavaExec) {
dependsOn createRunRepo

classpath = configurations.bndCli
main = 'aQute.bnd.main.bnd'
mainClass = 'aQute.bnd.main.bnd'
args = ['gogo.bndrun']
standardInput = System.in
}
Expand All @@ -72,7 +72,7 @@ task runRepoList(type: JavaExec) {
dependsOn createRunRepo

classpath = configurations.bndCli
main = 'aQute.bnd.main.bnd'
mainClass = 'aQute.bnd.main.bnd'
args = ['repo', 'list']
standardInput = System.in
}
Expand Down

0 comments on commit 76c20b5

Please sign in to comment.