Skip to content

Commit

Permalink
fix(gradlebuild) : update deprecated attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathu-lmn committed Jun 14, 2024
1 parent 57d3846 commit bab3760
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 @@ -46,7 +46,7 @@ jar {
}

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

def targetJavaVersion = 17
Expand Down

0 comments on commit bab3760

Please sign in to comment.