Skip to content

Commit

Permalink
Update publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Oct 10, 2024
1 parent 637817a commit 375376f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ managedVersioning {
apply()
}

println "Version: ${project.version}"

dependencies {
implementation 'net.neoforged.jst:jst-cli:1.0.63'
implementation 'net.neoforged.jst:jst-api:1.0.63'
Expand All @@ -109,10 +111,9 @@ configurations {
}

shadowJar {
configurations = [project.configurations.include]
mergeServiceFiles()
manifest {
attributes 'Main-Class': 'net.neoforged.jst.cli.ChristenMain'
attributes 'Main-Class': 'net.neoforged.jst.cli.Main'
}
}

Expand Down

0 comments on commit 375376f

Please sign in to comment.