mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 18:47:20 +01:00
fdee9c7e9a
(cherry picked from commit 63abf33414
)
8 lines
235 B
YAML
8 lines
235 B
YAML
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
notifications:
|
|
email: false
|
|
before_install:
|
|
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
|