Skip to content

Commit

Permalink
setAutomatedPublishing set to default (true) (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Jun 6, 2022
1 parent 7ee2726 commit a334120
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'jacoco'
id 'pl.allegro.tech.build.axion-release' version '1.13.12'
id 'pl.allegro.tech.build.axion-release' version '1.13.9'
id 'com.github.kt3k.coveralls' version '2.12.0'
id 'com.gradle.plugin-publish' version '0.21.0'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
Expand Down Expand Up @@ -112,7 +112,6 @@ jacocoTestReport {

gradlePlugin {
testSourceSets project.sourceSets.integration
setAutomatedPublishing(false)
plugins {
release {
id = 'pl.allegro.tech.build.axion-release'
Expand Down

0 comments on commit a334120

Please sign in to comment.