mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2025-01-29 22:51:21 +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
|
||||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v1
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 8
|
||||
java-version: '11'
|
||||
distribution: 'adopt-hotspot'
|
||||
- name: Cache SonarCloud packages
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user