Skip to content
Snippets Groups Projects
Commit 10f451c5 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

changed gradles compile to implementation

parent 960a9d1e
Branches
No related tags found
No related merge requests found
...@@ -24,9 +24,9 @@ dependencies { ...@@ -24,9 +24,9 @@ dependencies {
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3' 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 { jar {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment