Skip to content

Commit 6e40f30

Browse files
Feature/updates (#103)
updated versions of plugins
1 parent f87b087 commit 6e40f30

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

build.gradle

+9-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.4.9"
9-
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.1'
8+
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.7.2"
9+
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2'
1010
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.10.0'
11-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
11+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
1212

13-
classpath 'com.netflix.nebula:nebula-release-plugin:4.1.0'
14-
classpath 'com.netflix.nebula:gradle-info-plugin:3.2.1'
15-
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:3.3.0'
16-
classpath 'com.netflix.nebula:nebula-publishing-plugin:4.9.1'
13+
classpath 'com.netflix.nebula:nebula-release-plugin:8.0.1'
14+
classpath 'com.netflix.nebula:gradle-info-plugin:4.0.2'
15+
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:4.0.1'
16+
classpath 'com.netflix.nebula:nebula-publishing-plugin:9.0.2'
1717
}
1818
}
1919

@@ -65,7 +65,7 @@ dependencies {
6565
compile group: 'io.cucumber', name: 'cucumber-java', version: cucumberVersion
6666
compile group: 'io.cucumber', name: 'cucumber-core', version: cucumberVersion
6767
compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.21'
68-
compile group: 'org.projectlombok', name: 'lombok', version: '1.16.10'
68+
compile group: 'org.projectlombok', name: 'lombok', version: '1.18.2'
6969
compile group: 'io.rest-assured', name: 'rest-assured', version: '3.0.2'
7070
compile group: 'com.google.inject', name: 'guice', version: '4.1.0'
7171
compile group: 'com.galenframework', name: 'galen-java-support', version: '2.3.6'
@@ -139,7 +139,6 @@ bintrayUpload.onlyIf {
139139
!project.version.toString().toUpperCase().endsWith("-SNAPSHOT") && !project.version.toString().toUpperCase().contains("-DEV")
140140
}
141141

142-
143142
jacocoTestReport {
144143
reports {
145144
xml.enabled true
@@ -150,6 +149,6 @@ jacocoTestReport {
150149

151150
license {
152151
header rootProject.file('HEADER')
153-
exclude ("body.json")
152+
exclude("body.json")
154153
strictCheck false
155154
}

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip

settings.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
rootProject.name = 'akita'
1+
rootProject.name = 'akita'
2+
enableFeaturePreview('STABLE_PUBLISHING')

0 commit comments

Comments
 (0)