Skip to content

Commit 6b3002d

Browse files
committed
updated reference to secrets loading gradle file
1 parent 5c1cad0 commit 6b3002d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ buildscript {
1111
}
1212
}
1313

14+
apply from: file('secrets.gradle')
1415
apply plugin: 'io.codearte.nexus-staging'
1516

1617
nexusStaging {

danger-kotlin-sdk/maven-publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply from: 'secrets.gradle'
1+
apply from: file('../secrets.gradle')
22

33
task sourceJar(type: Jar) {
44
classifier "sources"

0 commit comments

Comments
 (0)