File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Maven Package
2
+
3
+ on :
4
+ push :
5
+ branches : [ master ]
6
+ pull_request :
7
+ branches : [ master ]
8
+
9
+ jobs :
10
+ build :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+ - name : Set up JDK 8
15
+ uses : actions/setup-java@v2
16
+ with :
17
+ java-version : ' 8'
18
+ distribution : ' adopt'
19
+ - name : Build with Maven
20
+ run : mvn -B package --file pom.xml
Original file line number Diff line number Diff line change 1
1
Hypixel Public API (Java)
2
2
======
3
+ [ ![ Maven Package] ( https://github.com/HypixelDev/PublicAPI/actions/workflows/maven.yml/badge.svg )] ( https://github.com/HypixelDev/PublicAPI/actions/workflows/maven.yml )
4
+
3
5
This is a Java implementation of the Hypixel API. For discussing the API, requesting help or suggestions you can use the
4
6
GitHub [ Discussions] ( https://github.com/HypixelDev/PublicAPI/discussions ) .
5
7
You can’t perform that action at this time.
0 commit comments