Skip to content

Commit

Permalink
fix group & version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed Dec 12, 2023
1 parent b0ba937 commit 0a4e405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ plugins {
}

allprojects {
group = "org.ton"
version = "0.3.0"

repositories {
mavenCentral()
}
}

subprojects {
group = "org.ton"
version = "0.3.0"

tasks.withType<KotlinCompile>().configureEach {
kotlinOptions {
// allWarningsAsErrors = true
Expand Down

0 comments on commit 0a4e405

Please sign in to comment.