Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
build: bump version to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Oct 6, 2021
1 parent 52d3778 commit 763cae4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: gradle-ci
on:
push:
tags:
- "v*"
- 'v*'

jobs:
build:
Expand Down Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Set up JDK 16
uses: actions/setup-java@v2
with:
java-version: "16"
distribution: "adopt"
java-version: '16'
distribution: 'adopt'
architecture: x64

- name: Set up Gradlew and clean
Expand All @@ -59,7 +59,6 @@ jobs:
uses: JamesIves/[email protected]
with:
clean: false
single-commit: true
target-folder: update
branch: gh-pages
folder: tmp
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ mappings_version=1.16.5

mixin_version=0.8.4

ahutils_version=3.1.3
ahutils_version=3.1.4

0 comments on commit 763cae4

Please sign in to comment.