Skip to content

Commit

Permalink
Merge pull request #48 from efrei-craft/dev
Browse files Browse the repository at this point in the history
fix(gradle) : fix gradle deprecated attribute
  • Loading branch information
Niilyx authored Jun 14, 2024
2 parents bab3760 + eb5698b commit 44dbdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ task move(type: Copy) {
}

configurations {
jar.archiveName = rootProject.name + ".jar"
jar.archiveBaseName = rootProject.name + ".jar"
}

publishing {
Expand Down

0 comments on commit 44dbdc7

Please sign in to comment.