Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightenom committed Nov 4, 2023
1 parent 487ff04 commit 6428580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ tasks.named('test', Test) {

group = 'cz.nightenom'
version = gradleutils.getTagOffsetVersion()
archivesBaseName = 'vsc-launch-writer'

java.toolchain.languageVersion = JavaLanguageVersion.of(8)
java.withSourcesJar()
Expand All @@ -55,6 +56,7 @@ publishing {
publications {
gpr(MavenPublication) {
from(components.java)
artifactId = project.archivesBaseName
}
}
}

0 comments on commit 6428580

Please sign in to comment.