Index: build.gradle =================================================================== diff -u -rbb03653f1e6a37cb7418765d83ea41cc9a532800 -r3d3b2859f587da6f68e44c646b3f72d2b5395001 --- build.gradle (.../build.gradle) (revision bb03653f1e6a37cb7418765d83ea41cc9a532800) +++ build.gradle (.../build.gradle) (revision 3d3b2859f587da6f68e44c646b3f72d2b5395001) @@ -60,11 +60,11 @@ implementation 'org.spockframework:spock-spring:2.0-M2-groovy-2.5' - implementation 'com.lemans.boot.common:lemans-testing:0.0.1r' - implementation 'com.lemans.boot.common:lemans-security:0.0.1r' - implementation 'com.lemans.boot.common:lemans-rest:0.0.1r' - implementation 'com.lemans.boot.common:lemans-core:0.0.1r' - implementation 'com.lemans.boot.common:lemans-gradle:0.0.1r' + implementation 'com.lemans.boot.common:lemans-testing:0.0.1t' + implementation 'com.lemans.boot.common:lemans-security:0.0.1t' + implementation 'com.lemans.boot.common:lemans-rest:0.0.1t' + implementation 'com.lemans.boot.common:lemans-core:0.0.1t' + implementation 'com.lemans.boot.common:lemans-gradle:0.0.1t' implementation group: 'commons-dbcp', name: 'commons-dbcp', version: '1.4' @@ -93,6 +93,6 @@ } codenarc { - toolVersion = '1.0' configFile = file("${project.projectDir}/codenarc/rules.groovy") } +