File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,9 @@ val commonsIoVersion: String by project
2020val auth0JwtVersion: String by project
2121val vertxVersion: String by project
2222val slf4jVersion: String by project
23- val cliVersion: String = project.properties[" cliVersion" ] as String? ? : projectVersion
2423
2524group = cliGroup
26- version = cliVersion
25+ version = project.properties[ " cliVersion" ] as String? ? : projectVersion
2726
2827repositories {
2928 mavenCentral()
@@ -84,7 +83,7 @@ configurations {
8483
8584nativeImage {
8685 dependsOn(" shadowJar" )
87- setClasspath(File (project.buildDir, " libs/spp-cli-$projectVersion .jar" ))
86+ setClasspath(File (project.buildDir, " libs/spp-cli-${project.version} .jar" ))
8887 runtimeClasspath = configurations.getByName(" empty" )
8988 if (System .getenv(" GRAALVM_HOME" ) != null ) {
9089 graalVmHome = System .getenv(" GRAALVM_HOME" )
You can’t perform that action at this time.
0 commit comments