From 99848e47f8aeca87b47bc7ecefba9ed39a66a7a7 Mon Sep 17 00:00:00 2001 From: "J. Neugebauer" Date: Thu, 21 Jul 2022 10:52:47 +0200 Subject: [PATCH] =?UTF-8?q?colt=20abh=C3=A4ngigkeit=20nur=20f=C3=BCr?= =?UTF-8?q?=E2=80=99s=20kompilieren?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 746e57e..bc230f1 100644 --- a/build.gradle +++ b/build.gradle @@ -28,8 +28,8 @@ dependencies { runtimeOnly 'com.googlecode.soundlibs:tritonus-share:0.3.7.4' runtimeOnly 'com.googlecode.soundlibs:mp3spi:1.9.5.4' - //compileOnlyApi 'colt:colt:1.2.0' - api 'colt:colt:1.2.0' + compileOnlyApi 'colt:colt:1.2.0' + //api 'colt:colt:1.2.0' //api 'net.sourceforge.parallelcolt:parallelcolt:0.10.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'