Skip to content

Commit

Permalink
prepare release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jan 20, 2023
1 parent fb30212 commit a417825
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '7.0.0'
id "de.undercouch.download" version "4.1.1"
id 'com.palantir.git-version' version '0.12.3'
id 'net.researchgate.release' version '3.0.2'
// id 'net.researchgate.release' version '3.0.2'
}

group = "org.grobid"
Expand Down Expand Up @@ -299,16 +299,16 @@ coveralls {
jacocoReportPath 'build/reports/jacoco/test/jacocoTestReport.xml'
}

release {
failOnUpdateNeeded = false
failOnUnversionedFiles = false
failOnCommitNeeded = false

git {
requireBranch.set('master')
// pushToRemote = ""
}
}
//release {
// failOnUpdateNeeded = false
// failOnUnversionedFiles = false
// failOnCommitNeeded = false
//
// git {
// requireBranch.set('master')
//// pushToRemote = ""
// }
//}



2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.7.2-SNAPSHOT
version=0.7.2

0 comments on commit a417825

Please sign in to comment.