Skip to content

Commit 6dc3bd4

Browse files
committed
Assign property using the 'propName = value' syntax
1 parent 89452ec commit 6dc3bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
}
3939

4040
group = 'org.purejava'
41-
version gitVersion() // version set by the plugin, based on the Git tag
41+
version = gitVersion() // version set by the plugin, based on the Git tag
4242
java.sourceCompatibility = JavaVersion.VERSION_20
4343

4444
java {

0 commit comments

Comments
 (0)