Skip to content

Commit b4492d9

Browse files
committed
Use a newer ASM version in plugin classpath
1 parent 1026ee4 commit b4492d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
buildscript {
2+
repositories {
3+
mavenCentral()
4+
}
5+
dependencies {
6+
// TODO: https://github.com/spotbugs/spotbugs-gradle-plugin/issues/1360
7+
classpath 'org.ow2.asm:asm-commons:9.8'
8+
}
9+
}
10+
111
apply plugin: 'dev.equo.ide'
212
equoIde {
313
branding().title('Spotless').icon(file('_images/spotless_logo.png'))

0 commit comments

Comments
 (0)