Skip to content

Commit

Permalink
preparing release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Sep 7, 2022
1 parent d7d0d89 commit 3e4d944
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id 'jacoco'
id 'com.github.kt3k.coveralls' version '2.12.0'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'net.researchgate.release' version '3.0.1'
// id 'net.researchgate.release' version '3.0.1'
}

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

release {
git {
requireBranch.set('master')
}
}
//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.1-SNAPSHOT
version=0.7.1

0 comments on commit 3e4d944

Please sign in to comment.