Skip to content

Commit

Permalink
fix: jar not being executable
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Dec 23, 2023
1 parent ef1bb7e commit 8938487
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
project-name: 'Refined Sites'
announce: false
mutation-testing: false
sonarqube: false
sonarqube: false
javadoc: false
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Fixed JAR not being executable.

## [0.1.0] - 2023-12-23

### Added

- Initial release.
- Initial release.

[Unreleased]: https://github.com/refinedmods/refinedsites/compare/v0.1.0...HEAD

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id "application"
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

apply from: "https://raw.githubusercontent.com/refinedmods/refinedarchitect/v0.7.1/helper.gradle"
Expand Down

0 comments on commit 8938487

Please sign in to comment.