File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
- language : java
2
- addons :
3
- sonarcloud :
4
- organization : " bytekeeper-github"
5
- - script :
6
- - ./gradlew clean check sonarqube
1
+ language : java
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
2
2
java
3
3
id(" maven" )
4
4
id(" me.champeau.gradle.jmh" ) version " 0.4.8"
5
- id(" org.sonarqube" ) version " 2.7.1"
6
5
id(" com.github.ben-manes.versions" ) version " 0.21.0"
7
6
}
8
7
@@ -21,7 +20,7 @@ repositories {
21
20
22
21
dependencies {
23
22
implementation(fileTree(" lib" ).include(" *.jar" ))
24
- implementation(" com.github.JavaBWAPI:JBWAPI:0.7" )
23
+ implementation(" com.github.JavaBWAPI:JBWAPI:0.7.2 " )
25
24
26
25
testImplementation(" org.junit.jupiter:junit-jupiter:5.5.1" )
27
26
testImplementation(" org.assertj:assertj-core:3.13.2" )
You can’t perform that action at this time.
0 commit comments