[ci skip] Update Gradle wrapper to 7.4

This commit is contained in:
Jason Penilla
2022-02-21 13:44:17 -07:00
parent 138fd85e5f
commit af00288473
5 changed files with 5 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ tasks.generateDevelopmentBundle {
}
publishing {
if (project.providers.gradleProperty("publishDevBundle").forUseAtConfigurationTime().isPresent) {
if (project.providers.gradleProperty("publishDevBundle").isPresent) {
publications.create<MavenPublication>("devBundle") {
artifact(tasks.generateDevelopmentBundle) {
artifactId = "dev-bundle"