[ci skip] Update Gradle wrapper to 7.4
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user