Skip to content

Commit

Permalink
Upgrade Gradle Wrapper to 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ermadmi78 committed Jun 10, 2023
1 parent a18dea6 commit b50c03a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ subprojects {
}
}
}
//if (currentProject.name != "kobby-gradle-plugin") {
if (currentProject.name != "kobby-gradle-plugin") {
create<MavenPublication>("mavenJava") {
from(jarComponent)
// no need to publish sources or javadocs for SNAPSHOT builds
Expand All @@ -125,7 +125,7 @@ subprojects {
artifact(javadocJar.get())
}
}
//}
}
}
}
signing {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryEr
kotlin.code.style=official

group = io.github.ermadmi78
version = 3.0.2-alpha.10-SNAPSHOT
version = 3.0.2-alpha.12-SNAPSHOT

# dependencies
kotlinJdkVersion=11
Expand Down

0 comments on commit b50c03a

Please sign in to comment.