Skip to content

Commit

Permalink
Merge branch '1.18.1' of https://github.com/RealYusufIsmail/Ben-10-Mod
Browse files Browse the repository at this point in the history
…into 1.18.1
  • Loading branch information
RealYusufIsmail committed Jan 5, 2022
2 parents 88d2eaf + 8ccef3d commit 08525e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v2
with:
name: bentenmod-1.18.1-1.0.0
path: build/libs
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id "com.diffplug.spotless" version "5.16.0"
id "com.diffplug.spotless" version "6.1.0"
id "name.remal.sonarlint" version "1.5.0"
}

Expand Down

0 comments on commit 08525e8

Please sign in to comment.