Skip to content

Commit b8bd1b4

Browse files
committed
Assign property using the 'propName = value' syntax
1 parent abc4e69 commit b8bd1b4

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
@@ -23,7 +23,7 @@ dependencies {
2323
}
2424

2525
group = 'org.purejava'
26-
version gitVersion() // version set by the plugin, based on the Git tag
26+
version = gitVersion() // version set by the plugin, based on the Git tag
2727
java.sourceCompatibility = JavaVersion.VERSION_17
2828

2929
def releaseGradlePluginToken = System.getenv("RELEASE_GRADLE_PLUGIN_TOKEN") ?: ''

0 commit comments

Comments
 (0)