Skip to content

Commit 2507724

Browse files
committed
fix: updateCff gradle task does not require release definitions and can now be called without it
1 parent fa6dd22 commit 2507724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,5 @@ if (System.getProperty('profile') == "release") {
199199
println 'Using release profile for building ' + project.getName()
200200
apply from: 'gradle/profile-release.gradle'
201201
}
202+
203+
apply from: 'gradle/updateCff.gradle'

gradle/profile-release.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ apply plugin: 'net.researchgate.release'
1818
apply plugin: 'maven-publish'
1919
apply plugin: 'signing'
2020

21-
apply from: 'gradle/updateCff.gradle'
22-
2321

2422
//for plugin net.researchgate.release
2523
//see https://github.com/researchgate/gradle-release

0 commit comments

Comments
 (0)