Skip to content

Commit

Permalink
Update captainhook plugin version to 0.1.5 (#7221)
Browse files Browse the repository at this point in the history
Also, remove jitpack as a repository
  • Loading branch information
eddumelendez authored Jun 17, 2023
1 parent 81b0763 commit a7d36d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
buildscript {
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}

dependencies {
// https://github.com/melix/japicmp-gradle-plugin/issues/36
classpath 'com.google.guava:guava:30.1.1-jre'
classpath 'com.github.kiview:captain-hook:76a1c11a16'
classpath 'com.github.tjni.captainhook:captain-hook:0.1.5'
}
}

Expand Down

0 comments on commit a7d36d6

Please sign in to comment.