Skip to content

Commit

Permalink
Attempt to publish raw jar
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 committed Jul 1, 2024
1 parent 57417de commit 39179dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Movecraft/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

tasks.shadowJar {
archiveBaseName.set("Movecraft")
archiveClassifier.set("all")
archiveClassifier.set("")
archiveVersion.set("")

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

group = "net.countercraft"
version = "8.0.0_beta-3_gradle"
version = "8.0.0_beta-3_gradle-2"

tasks.withType<JavaCompile>() {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 39179dd

Please sign in to comment.