mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-23 10:45:34 +01:00
Add buildspec.yml
This commit is contained in:
parent
48bc5895d4
commit
34738a70f4
13
buildspec.yml
Normal file
13
buildspec.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: 0.2
|
||||
|
||||
phases:
|
||||
install:
|
||||
runtime-versions:
|
||||
java: openjdk8
|
||||
build:
|
||||
commands:
|
||||
- echo Build started on `date`
|
||||
- ./gradlew clean build install
|
||||
artifacts:
|
||||
files:
|
||||
- target/*.jar
|
Loading…
Reference in New Issue
Block a user