Skip to content

Commit

Permalink
Actually rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx committed Oct 6, 2023
1 parent 3768ce2 commit 292d621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ tasks.named<Jar>("jar") {
)
}

archiveBaseName = "!Red-Core-1.12.2"
archiveBaseName = "!Red-Core-MC-1.12.2"
}

tasks.named<Jar>("sourcesJar") {
archiveBaseName.set("!Red-Core-1.12.2")
archiveBaseName = "!Red-Core-MC-1.12.2"
}


Expand Down

0 comments on commit 292d621

Please sign in to comment.