Skip to content

Commit

Permalink
fix(gradle) : fix gradle deprecated attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathu-lmn committed Jun 14, 2024
1 parent d124199 commit eb5698b
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 eb5698b

Please sign in to comment.