File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 13
13
project-name : ' Refined Sites'
14
14
announce : false
15
15
mutation-testing : false
16
- sonarqube : false
16
+ sonarqube : false
17
+ javadoc : false
Original file line number Diff line number Diff line change @@ -7,11 +7,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Fixed
11
+
12
+ - Fixed JAR not being executable.
13
+
10
14
## [ 0.1.0] - 2023-12-23
11
15
12
16
### Added
13
17
14
- - Initial release.
18
+ - Initial release.
15
19
16
20
[ Unreleased ] : https://github.com/refinedmods/refinedsites/compare/v0.1.0...HEAD
17
21
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " application"
3
+ id ' com.github.johnrengelman.shadow' version ' 8.1.1'
3
4
}
4
5
5
6
apply from : " https://raw.githubusercontent.com/refinedmods/refinedarchitect/v0.7.1/helper.gradle"
You can’t perform that action at this time.
0 commit comments