Skip to content
Snippets Groups Projects
Commit af092a2a authored by NicolaiO's avatar NicolaiO 🐼 Committed by TIGERs GitLab
Browse files

[build] Add compactBuild option to build

See merge request main/Sumatra!1587

sumatra-commit: 2dfa697ea97ae934e1ce45bcb19a0b3d612b0060
parent b41fa198
No related branches found
Tags version/0.15.1
No related merge requests found
Pipeline #18198 passed
......@@ -40,5 +40,7 @@ dependencies {
api 'com.google.protobuf:protobuf-java:3.19.4'
implementation 'com.sleepycat:je:18.3.12'
runtimeOnly "com.github.TIGERs-Mannheim:ssl-game-controller-maven:2.15.6.0:${osClassifier}"
if (!project.property("compactBuild").toBoolean()) {
runtimeOnly "com.github.TIGERs-Mannheim:ssl-game-controller-maven:2.15.6.0:${osClassifier}"
}
}
......@@ -24,5 +24,7 @@ dependencies {
implementation 'com.jidesoft:jide-oss:2.4.8'
implementation 'commons-lang:commons-lang:2.6'
runtimeOnly 'io.humble:humble-video-all:0.3.0'
if (!project.property("compactBuild").toBoolean()) {
runtimeOnly 'io.humble:humble-video-all:0.3.0'
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment