Skip to content

Commit

Permalink
set artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Aug 30, 2023
1 parent c6b075c commit f12c38e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ tasks {
ex.awaitTermination(10, TimeUnit.SECONDS)
}


publishAllPublicationsToHangar {
dependsOn(shadowJar)
}

shadowJar {
dependsOn(extraDeps)
archiveClassifier.set("")
Expand All @@ -206,10 +201,13 @@ tasks {
}
}


java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
}

artifacts.archives(tasks.shadowJar)

fun executeGitCommand(vararg command: String): String {
val byteOut = ByteArrayOutputStream()
exec {
Expand Down

0 comments on commit f12c38e

Please sign in to comment.