You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2020/07/06 14:35:44 UTC

[james-project] 03/36: JAMES-3260 Using Java 11 and removed custom repository

This is an automated email from the ASF dual-hosted git repository.

ieugen pushed a commit to branch JAMES-3260-gradle-poc
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit ec3d06d4a4befc9309148cdaf7f5fe5a95b80486
Author: Eugen Stan <ie...@apache.org>
AuthorDate: Sat Jun 20 11:18:13 2020 +0300

    JAMES-3260 Using Java 11 and removed custom repository
---
 build.gradle                             | 14 ++++----------
 gradle/wrapper/gradle-wrapper.properties |  5 +++--
 2 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/build.gradle b/build.gradle
index 9f7c307..aa8923b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,21 +12,15 @@ subprojects {
     apply plugin: 'maven-publish'
 
     repositories {
-        mavenLocal()
-        maven {
-            url = uri('https://jcenter.bintray.com')
-        }
-
-        maven {
-            url = uri('https://dl.bintray.com/netdava/maven')
-        }
-
+        jcenter()
+        mavenCentral()
         maven {
             url = uri('https://repository.apache.org/snapshots')
         }
     }
 
-    sourceCompatibility = '1.8'
+    sourceCompatibility = '11'
+    targetCompatibility = '11'
 
     configurations.all {
     }
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 622ab64..9e82f54 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,6 @@
+#Sat Jun 20 10:27:18 EEST 2020
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
-zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org