Skip to content

Commit

Permalink
Update readme and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimordialMoros committed Nov 14, 2022
1 parent e4a526e commit 96bd99f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
33 changes: 14 additions & 19 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,22 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle

name: Build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 16 ]
fail-fast: true
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v2
with:
name: Latest
path: build/libs
- uses: actions/checkout@v3
- name: JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
cache: 'gradle'
distribution: 'temurin'
- name: Build with Gradle
run: ./gradlew build --no-daemon
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Addon plugin for ProjectKorra with an emphasis on intricate mechanics
* Evade
### Earth
* EarthCling (passive)
* Locksmithing (passive)
* EarthGlove
* EarthGuard
* EarthLine
Expand All @@ -24,6 +25,7 @@ Addon plugin for ProjectKorra with an emphasis on intricate mechanics
### Fire
* Bolt
* Combustion
* FlameRush
* FireWave (combo)
### Water
* IceBreath
Expand Down

0 comments on commit 96bd99f

Please sign in to comment.