From 10f451c5ef4a853f27fda8950d5a39ee545aee72 Mon Sep 17 00:00:00 2001 From: SebastianEbert <sebastian.ebert@tu-dresden.de> Date: Fri, 23 May 2025 14:16:24 +0200 Subject: [PATCH] changed gradles compile to implementation --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b52774b..97c7e27 100644 --- a/build.gradle +++ b/build.gradle @@ -24,9 +24,9 @@ dependencies { // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3' - compile fileTree(include: ['pnml-relast-engine-fatjar-0.1.jar'], dir: './libs') + implementation fileTree(include: ['pnml-relast-engine-fatjar-0.1.jar'], dir: './libs') - testCompile group: 'junit', name: 'junit', version: '4.12' + testImplementation group: 'junit', name: 'junit', version: '4.12' } jar { -- GitLab