We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226a394 commit 203ea85Copy full SHA for 203ea85
1 file changed
build.gradle.kts
@@ -36,7 +36,7 @@ tasks.named<Test>("test") {
36
}
37
38
group = "dev.iahmadgad.math"
39
-version = "0.0.1"
+version = "0.1.0"
40
description = "Java math library"
41
42
publishing {
@@ -45,12 +45,6 @@ publishing {
45
from(components["java"])
46
groupId = "dev.iahmadgad.math"
47
artifactId = "math"
48
- version = "0.0.1"
49
50
51
-}
52
-
53
-allprojects {
54
- group = "dev.iahmadgad.math"
55
56
0 commit comments