mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 12:10:56 +01:00
10 lines
133 B
YAML
10 lines
133 B
YAML
machine:
|
|
java:
|
|
version: oraclejdk7
|
|
general:
|
|
artifacts:
|
|
- "target/AuthMe-*.jar"
|
|
test:
|
|
override:
|
|
- mvn clean install
|