Skip to content

Commit b1346fe

Browse files
committed
Move splash to gradle-plugin (upgrade to 1.6.4)
1 parent 33f3646 commit b1346fe

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313
dependencies {
1414
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.0'
15-
classpath "com.github.ev3dev-lang-java:gradle-plugin:1.6.3"
15+
classpath "com.github.ev3dev-lang-java:gradle-plugin:1.6.4"
1616
}
1717
}
1818

config.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ brick.pref {
1111
useEmbeddedPaths = false
1212
}
1313

14-
brick.build {
15-
splashPath = { proj ->
16-
return Paths.get(proj.rootProject.projectDir.toString(), "gradle", "splash.txt")
17-
}
18-
}
19-
2014
brick.paths {
2115
wrapperDir = "/home/robot/examples"
2216
}

gradle/splash.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)