Skip to content

Commit 0a4e405

Browse files
committed
fix group & version
1 parent b0ba937 commit 0a4e405

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ plugins {
99
}
1010

1111
allprojects {
12+
group = "org.ton"
13+
version = "0.3.0"
14+
1215
repositories {
1316
mavenCentral()
1417
}
1518
}
1619

1720
subprojects {
18-
group = "org.ton"
19-
version = "0.3.0"
20-
2121
tasks.withType<KotlinCompile>().configureEach {
2222
kotlinOptions {
2323
// allWarningsAsErrors = true

0 commit comments

Comments
 (0)