Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzsd committed Jun 10, 2021
1 parent 9b44593 commit 9128364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -53,7 +53,7 @@ plugins {

allprojects {
group = "net.xyzsd.fluent"
version = "0.70-SNAPSHOT" // NOTE: publish will fail if 'staging' in name
version = "0.70" // NOTE: publish will fail if 'staging' in name
// use 'rootProject.name' (from settings.gradle.kts) for base name

repositories {
Expand Down Expand Up @@ -121,7 +121,7 @@ configure(subprojects) {
tasks.withType<Jar>().configureEach {
// using automatic modules for now
manifest {
val moduleName = "${rootProject.group}.${project.name}";
val moduleName = "${rootProject.group}.${project.name}"
attributes.set("Automatic-Module-Name", moduleName)
}
includeEmptyDirs = false
Expand Down

0 comments on commit 9128364

Please sign in to comment.