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 cee1f11 commit f32f5f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grace-plugin-async/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ dependencies {
testImplementation "javax.servlet:javax.servlet-api:$servletApiVersion"
testImplementation "org.springframework:spring-test:$springVersion"
}

jar {
enabled = true
archiveClassifier.set('')
includeEmptyDirs = false
}
6 changes: 6 additions & 0 deletions grace-plugin-events/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ dependencies {
api project(":grace-events"), project(":grace-events-transform")
api project(":grace-events-compat")
}

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

0 comments on commit f32f5f5

Please sign in to comment.