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 fbc644f commit 9db9b08Copy full SHA for 9db9b08
build.gradle.kts
@@ -19,7 +19,7 @@ allprojects {
19
20
subprojects {
21
group = "io.github.observeroftime.kbigint"
22
- version = "0.2.1"
+ version = property("project.version") as String
23
24
if (System.getenv("CI") != null) {
25
tasks.withType(AbstractTestTask::class) {
gradle.properties
@@ -1,3 +1,6 @@
1
+# The version of the project.
2
+project.version=0.3.0
3
+
4
# Specifies the JVM arguments used for the daemon process.
5
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
6
# Disables deprecation warnings.
0 commit comments