We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89452ec commit 6dc3bd4Copy full SHA for 6dc3bd4
build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
}
39
40
group = 'org.purejava'
41
-version gitVersion() // version set by the plugin, based on the Git tag
+version = gitVersion() // version set by the plugin, based on the Git tag
42
java.sourceCompatibility = JavaVersion.VERSION_20
43
44
java {
0 commit comments