Skip to content

Commit a7d36d6

Browse files
authored
Update captainhook plugin version to 0.1.5 (#7221)
Also, remove jitpack as a repository
1 parent 81b0763 commit a7d36d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
buildscript {
22
repositories {
33
mavenCentral()
4-
maven { url 'https://jitpack.io' }
54
}
65

76
dependencies {
87
// https://github.com/melix/japicmp-gradle-plugin/issues/36
98
classpath 'com.google.guava:guava:30.1.1-jre'
10-
classpath 'com.github.kiview:captain-hook:76a1c11a16'
9+
classpath 'com.github.tjni.captainhook:captain-hook:0.1.5'
1110
}
1211
}
1312

0 commit comments

Comments
 (0)