mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
13 lines
148 B
YAML
13 lines
148 B
YAML
|
language: java
|
||
|
install: true
|
||
|
|
||
|
jdk:
|
||
|
- openjdk8
|
||
|
|
||
|
script:
|
||
|
- chmod +x gradlew
|
||
|
- ./gradlew check build --stacktrace
|
||
|
|
||
|
notifications:
|
||
|
email: false
|