Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: '2.11.4'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed May 6, 2021
1 parent e472cc7 commit f22edba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ repositories {
mavenCentral()
}

release {
failOnCommitNeeded = false
failOnPublishNeeded = false
failOnSnapshotDependencies = false
failOnUnversionedFiles = false
failOnUpdateNeeded = false
}

asciidoctor {
sourceDir 'docs'
resources {
Expand Down Expand Up @@ -95,6 +103,6 @@ jreleaser {
}
}

gitPublishPush.dependsOn asciidoctor
afterReleaseBuild.dependsOn gitPublishPush
afterReleaseBuild.dependsOn ":jreleaserFullRelease"
//gitPublishPush.dependsOn asciidoctor
//afterReleaseBuild.dependsOn gitPublishPush
//afterReleaseBuild.dependsOn ":jreleaserFullRelease"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = com.redislabs
version = 2.11.4-SNAPSHOT
version = 2.11.4
sourceCompatibility = 1.8
targetCompatibility = 1.8
picocliVersion = 4.6.1

0 comments on commit f22edba

Please sign in to comment.