You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2017/07/17 05:22:00 UTC

[1/2] polygene-java git commit: Upgrade Gradle to 4.0.1

Repository: polygene-java
Updated Branches:
  refs/heads/develop 503fa8670 -> fc7c43269


Upgrade Gradle to 4.0.1


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/28074874
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/28074874
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/28074874

Branch: refs/heads/develop
Commit: 28074874e2e8d1abf2388dcb759d7d0134c0fad3
Parents: 503fa86
Author: Paul Merlin <pa...@apache.org>
Authored: Sun Jul 16 21:07:06 2017 +0200
Committer: Paul Merlin <pa...@apache.org>
Committed: Sun Jul 16 21:07:06 2017 +0200

----------------------------------------------------------------------
 dependencies.gradle                      |   2 +-
 gradle/wrapper/gradle-wrapper.jar        | Bin 54706 -> 54712 bytes
 gradle/wrapper/gradle-wrapper.properties |   3 +--
 3 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/28074874/dependencies.gradle
----------------------------------------------------------------------
diff --git a/dependencies.gradle b/dependencies.gradle
index 3c6bfaf..2cb6388 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -20,7 +20,7 @@ import org.apache.polygene.gradle.dependencies.DependenciesDeclarationExtension
 def dependencies = extensions.getByType( DependenciesDeclarationExtension )
 
 // Gradle version
-dependencies.gradleVersion = '4.0'
+dependencies.gradleVersion = '4.0.1'
 
 // Remote repositories
 dependencies.repositoriesUrls << [

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/28074874/gradle/wrapper/gradle-wrapper.jar
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index 7536313..e72a4d1 100644
Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/28074874/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 125e44b..e7e0968 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -20,5 +20,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
-
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.1-all.zip


[2/2] polygene-java git commit: Upgrade Gradle Rat Plugin to 0.3.1

Posted by pa...@apache.org.
Upgrade Gradle Rat Plugin to 0.3.1


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/fc7c4326
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/fc7c4326
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/fc7c4326

Branch: refs/heads/develop
Commit: fc7c43269a6afb4a4e3df5f97faf7773e4bfd03f
Parents: 2807487
Author: Paul Merlin <pa...@apache.org>
Authored: Mon Jul 17 07:21:20 2017 +0200
Committer: Paul Merlin <pa...@apache.org>
Committed: Mon Jul 17 07:21:20 2017 +0200

----------------------------------------------------------------------
 buildSrc/build.gradle                                          | 2 +-
 .../gradle/structure/distributions/DistributionsPlugin.groovy  | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/fc7c4326/buildSrc/build.gradle
----------------------------------------------------------------------
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 1927808..5e870a5 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -28,7 +28,7 @@ repositories {
 dependencies {
   compile gradleApi()
   compile localGroovy()
-  compile 'gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.3.0'
+  compile 'gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.3.1'
   compile 'gradle.plugin.org.nosphere.honker:honker-gradle:0.3.0'
   compile 'org.hibernate.build.gradle:gradle-maven-publish-auth:2.0.1'
   compile 'org.apache.httpcomponents:httpclient:4.5.2'

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/fc7c4326/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/distributions/DistributionsPlugin.groovy
----------------------------------------------------------------------
diff --git a/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/distributions/DistributionsPlugin.groovy b/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/distributions/DistributionsPlugin.groovy
index d512d74..3cef75e 100644
--- a/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/distributions/DistributionsPlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/distributions/DistributionsPlugin.groovy
@@ -251,6 +251,9 @@ class DistributionsPlugin implements Plugin<Project>
       task.group = TaskGroups.DISTRIBUTION_VERIFICATION
       task.description = 'Checks the source distribution using Apache RAT.'
       task.dependsOn TaskNames.STAGE_SOURCE_DIST
+      task.plainOutput = true
+      task.htmlOutput = true
+      task.xmlOutput = false
       task.setInputDir unpackedSrcDistDir.absolutePath
       task.onlyIf { !releaseSpec.developmentVersion }
       task.excludes = [
@@ -436,6 +439,9 @@ class DistributionsPlugin implements Plugin<Project>
       task.description = "Checks the binary distribution using Apache RAT."
       task.onlyIf { !releaseSpec.developmentVersion }
       task.dependsOn TaskNames.STAGE_BINARY_DIST
+      task.plainOutput = true
+      task.htmlOutput = true
+      task.xmlOutput = false
       task.inputDir = unpackedBinDistDir.absolutePath
       task.reportDir = project.file( 'build/reports/rat-bin-dist' )
       task.excludes = [