mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-13 06:06:43 +01:00
8 lines
228 B
YAML
8 lines
228 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
|