Skip to content

Commit e4edfe8

Browse files
author
Bytekeeper
committed
Fixed config upped JBWAPI version
1 parent ac09a7e commit e4edfe8

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.sonarcloud.properties

Whitespace-only changes.

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
language: java
2-
addons:
3-
sonarcloud:
4-
organization: "bytekeeper-github"
5-
- script:
6-
- ./gradlew clean check sonarqube
1+
language: java

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ plugins {
22
java
33
id("maven")
44
id("me.champeau.gradle.jmh") version "0.4.8"
5-
id("org.sonarqube") version "2.7.1"
65
id("com.github.ben-manes.versions") version "0.21.0"
76
}
87

@@ -21,7 +20,7 @@ repositories {
2120

2221
dependencies {
2322
implementation(fileTree("lib").include("*.jar"))
24-
implementation("com.github.JavaBWAPI:JBWAPI:0.7")
23+
implementation("com.github.JavaBWAPI:JBWAPI:0.7.2")
2524

2625
testImplementation("org.junit.jupiter:junit-jupiter:5.5.1")
2726
testImplementation("org.assertj:assertj-core:3.13.2")

0 commit comments

Comments
 (0)