Skip to content

Commit

Permalink
Merge pull request #145 from icerockdev/develop
Browse files Browse the repository at this point in the history
Release 0.16.0
  • Loading branch information
anton6tak authored Jun 29, 2021
2 parents 0833335 + 7c754bb commit 0c29a3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions network-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ java {
withSourcesJar()
}

publishing.publications.register("mavenJava", MavenPublication::class) {
from(components["java"])
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions.jvmTarget = "1.8"
}

0 comments on commit 0c29a3a

Please sign in to comment.