Skip to content

Commit

Permalink
Renamed final archive to YAGL-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Apr 13, 2024
1 parent 6e40fe0 commit e245011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
shadowJar {
exclude 'META-INF/**'

archiveFileName = "${rootProject.name}-${project.version}.jar"
archiveFileName = "${rootProject.name}-plugin-${project.version}.jar"
mainClassName = "${project.group}.${rootProject.name.toLowerCase()}.${rootProject.name}"
}

Expand Down

0 comments on commit e245011

Please sign in to comment.