Skip to content

Commit f1707d1

Browse files
committed
Fix problem with addressing JAR for tags
1 parent 29dd2ae commit f1707d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tasks {
7575
dependsOn(jar, testClasses)
7676

7777
doFirst {
78-
classpath = project.files("$buildDir/libs/java-api-$baseVersion.jar", "$buildDir/classes/java/test", configurations.testRuntimeClasspath)
78+
classpath = project.files("$buildDir/libs/java-api-$version.jar", "$buildDir/classes/java/test", configurations.testRuntimeClasspath)
7979
testClassesDirs = sourceSets.getByName("test").output.classesDirs
8080
}
8181

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy