Skip to content
Snippets Groups Projects
Commit dacfa389 authored by René Schöne's avatar René Schöne
Browse files

Version 0.0.3 (working on build logic)

parent 26dae608
No related branches found
No related tags found
No related merge requests found
Pipeline #9961 passed
...@@ -19,6 +19,7 @@ repositories { ...@@ -19,6 +19,7 @@ repositories {
dependencies { dependencies {
implementation project(':relast.preprocessor') implementation project(':relast.preprocessor')
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30'
testImplementation testFixtures(project(":relast.preprocessor")) testImplementation testFixtures(project(":relast.preprocessor"))
} }
...@@ -69,6 +70,8 @@ jar { ...@@ -69,6 +70,8 @@ jar {
configurations.runtimeClasspath.collect { return (it.exists() && !it.toString().endsWith("model.jar")) ? (it.isDirectory() ? it : zipTree(it)) : null } configurations.runtimeClasspath.collect { return (it.exists() && !it.toString().endsWith("model.jar")) ? (it.isDirectory() ? it : zipTree(it)) : null }
} }
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
archiveBaseName = 'coverage-generator' archiveBaseName = 'coverage-generator'
} }
......
#Wed Jun 09 11:13:27 CEST 2021 #Wed Jun 09 15:41:21 CEST 2021
version=0.0.2 version=0.0.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment