Skip to content

Commit 8938487

Browse files
committed
fix: jar not being executable
1 parent ef1bb7e commit 8938487

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/publish-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
project-name: 'Refined Sites'
1414
announce: false
1515
mutation-testing: false
16-
sonarqube: false
16+
sonarqube: false
17+
javadoc: false

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Fixed JAR not being executable.
13+
1014
## [0.1.0] - 2023-12-23
1115

1216
### Added
1317

14-
- Initial release.
18+
- Initial release.
1519

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

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id "application"
3+
id 'com.github.johnrengelman.shadow' version '8.1.1'
34
}
45

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

0 commit comments

Comments
 (0)