Skip to content

Commit

Permalink
Update build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 31, 2020
1 parent a731a2e commit fd3aa24
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ config {
}
}
}

coverage {
jacoco {
toolVersion = jacocoVersion
}
}
}

allprojects {
Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

slf4jVersion = 1.7.30
kordampPluginVersion = 0.39.0
kordampBuildVersion = 1.4.0
kordampPluginVersion = 0.41.0
kordampBuildVersion = 2.0.0
gitPluginVersion = 3.0.0
jacocoVersion = 0.8.6

org.gradle.daemon = true
org.gradle.caching = true
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions subprojects/ezmorph-core/ezmorph-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ plugins {
}

dependencies {
api('org.apache.commons:commons-lang3:3.10') {
api('org.apache.commons:commons-lang3:3.11') {
exclude group: 'commons-logging', module: 'commons-logging'
}
api('commons-beanutils:commons-beanutils:1.9.3') {
api('commons-beanutils:commons-beanutils:1.9.4') {
exclude group: 'commons-logging', module: 'commons-logging'
}
api "org.slf4j:slf4j-api:$slf4jVersion"
api "org.slf4j:jcl-over-slf4j:$slf4jVersion"
api 'junit:junit:4.13'
api 'junit:junit:4.13.1'

testRuntimeOnly "org.slf4j:slf4j-simple:$slf4jVersion"
}

0 comments on commit fd3aa24

Please sign in to comment.