File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- version = ' 3.1 .0'
3+ version = ' 3.2 .0'
44 group = ' com.github.proxer'
55
6+ gradleVersionsPluginVersion = ' 0.15.0'
67 buildConfigPluginVersion = ' 1.1.8'
78 freefairPluginsVersion = ' 1.0.0'
89
@@ -39,6 +40,7 @@ buildscript {
3940
4041 dependencies {
4142 classpath " gradle.plugin.de.fuerstenau:BuildConfigPlugin:$buildConfigPluginVersion "
43+ classpath " com.github.ben-manes:gradle-versions-plugin:$gradleVersionsPluginVersion "
4244 classpath " io.freefair.gradle:gradle-plugins:$freefairPluginsVersion "
4345 }
4446}
@@ -53,5 +55,5 @@ allprojects {
5355}
5456
5557task wrapper (type : Wrapper ) {
56- gradleVersion = ' 4.1-rc-1 '
58+ gradleVersion = ' 4.1'
5759}
Original file line number Diff line number Diff line change 1- # Thu Jul 27 02:05:24 CEST 2017
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
43zipStoreBase =GRADLE_USER_HOME
54zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-rc-1- bin.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-bin.zip
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apply plugin: 'java-library'
22apply plugin : ' maven-publish'
33
44apply plugin : ' jacoco'
5+ apply plugin : ' com.github.ben-manes.versions'
56apply plugin : ' de.fuerstenau.buildconfig'
67apply plugin : ' io.freefair.javadoc-links'
78
@@ -57,12 +58,12 @@ buildConfig {
5758
5859javadoc {
5960 dependsOn delombok
61+ failOnError false
62+
63+ source = delombok. outputDir
6064
6165 options. memberLevel = JavadocMemberLevel . PUBLIC
6266 options. addBooleanOption(' Xdoclint:-missing' , true )
63-
64- source = delombok. outputDir
65- failOnError = false
6667}
6768
6869jacocoTestReport {
You can’t perform that action at this time.
0 commit comments