Skip to content

Commit 3bdf253

Browse files
committed
added slf4j dependency
1 parent ac9d258 commit 3bdf253

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ allprojects {
2828
ext.gvrVersion = '1.150.0'
2929
ext.processingVersion = '3.3.7'
3030
ext.toolingVersion = '4.3'
31+
ext.slf4jVersion = '1.7.25'
3132
ext.gradlewVersion = '4.4.1'
3233
ext.toolsLibVersion = '26.0.0-dev'
3334

mode/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ dependencies {
88
compile group: "org.processing", name: "java-mode", version: "${processingVersion}"
99

1010
compileOnly "org.gradle:gradle-tooling-api:${toolingVersion}"
11+
compileOnly "org.slf4j:slf4j-api:${slf4jVersion}"
12+
compileOnly "org.slf4j:slf4j-simple:${slf4jVersion}"
1113
}
1214

1315
// This task copies the gradle tooling jar into the mode folder

0 commit comments

Comments
 (0)