Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jan 20, 2023
1 parent f073d3e commit fb30212
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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.1'
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')
release {
failOnUpdateNeeded = false
failOnUnversionedFiles = false
failOnCommitNeeded = false

git {
requireBranch.set('master')
// pushToRemote = ""
// }
//}
}
}



0 comments on commit fb30212

Please sign in to comment.