File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 21.0.0]
6
+
7
+ - Ported to 1.21
8
+ - New versioning scheme
9
+ - Dropped forge support
10
+
5
11
## [ 5.1.2]
6
12
7
13
- Updated forge,fabric,neo versions
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ publishMods {
141
141
}
142
142
143
143
github {
144
- additionalFiles. from project. provider { project(" :fabric" ). tasks. remapJar }. flatMap { it. archiveFile }
145
144
additionalFiles. from project. provider { project(" :neoforge" ). tasks. jar }. flatMap { it. archiveFile }
145
+ file = project. provider { project(" :fabric" ). tasks. remapJar }. flatMap { it. archiveFile }
146
146
repository = " ${ github_repo} "
147
147
accessToken = providers. environmentVariable(" GITHUB_TOKEN" )
148
148
commitish = providers. environmentVariable(" GITHUB_SHA" ). orElse(" dryRun" )
You can’t perform that action at this time.
0 commit comments