mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2025-01-30 23:01:44 +01:00
Update WorldEdit Maven Repo & use Java 11 (#43)
* Use HTTPS for sk89q maven repo Newer Maven releases don't allow use of http endpoints. Bump this to the secure https endpoint. * Migrate sk89q maven repo to enginehub Both URLs point to the same place, but according to https://worldguard.enginehub.org/en/latest/developer/dependency/ enginehub is the preferred source. * Bump Java to Adoptium Hotspot JDK 11
This commit is contained in:
parent
3a1e5a356b
commit
79ad6de362
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -13,10 +13,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||||
- name: Set up JDK 8
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: 8
|
java-version: '11'
|
||||||
|
distribution: 'adopt-hotspot'
|
||||||
- name: Cache SonarCloud packages
|
- name: Cache SonarCloud packages
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
|
4
pom.xml
4
pom.xml
@ -83,8 +83,8 @@
|
|||||||
<url>https://repo.codemc.org/repository/maven-public/</url>
|
<url>https://repo.codemc.org/repository/maven-public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>sk89q-repo</id>
|
<id>enginehub-repo</id>
|
||||||
<url>http://maven.sk89q.com/repo/</url>
|
<url>https://maven.enginehub.org/repo/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
Loading…
Reference in New Issue
Block a user