Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
remove '-plain' suffix
  • Loading branch information
rainboyan committed Jan 26, 2024
1 parent 841c831 commit 33b6f59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grace-plugin-scaffolding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ dependencies {

// testImplementation "org.graceframework:grace-plugin-testing:$graceVersion"
}

jar {
enabled = true
archiveClassifier.set('')
includeEmptyDirs = false
}

0 comments on commit 33b6f59

Please sign in to comment.