Skip to content

Commit

Permalink
updating gradle.yml and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan Preet Singh Sasan authored and Karan Preet Singh Sasan committed Jul 29, 2024
1 parent 01d1805 commit 4584260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
- Add info URL to the add-on manifest.
- Upgraded spotless version
- Added vscode launch.json

## [1.2.1] - 2023-10-20
- Fix exceptions using option introduced in previous version.
Expand Down

0 comments on commit 4584260

Please sign in to comment.