File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed
Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,8 @@ publishMods {
5757 clientRequired = true
5858 serverRequired = true
5959
60- requires(" 306612" ) // fabric-api
61- optional(" 308702" ) // modmenu
62- }
63-
64- github {
65- displayName = " Ramel ${ project.version} "
66- version = project. version
67- repository = project. github_repository
68- accessToken = providers. environmentVariable(" GITHUB_TOKEN" )
69- commitish = project. github_branch
60+ requires(" fabric-api" ) // fabric-api
61+ optional(" modmenu" ) // modmenu
7062 }
7163}
7264
Original file line number Diff line number Diff line change @@ -48,14 +48,6 @@ publishMods {
4848 clientRequired = true
4949 serverRequired = true
5050 }
51-
52- github {
53- displayName = " Ramel ${ project.version} "
54- version = project. version
55- repository = project. github_repository
56- accessToken = providers. environmentVariable(" GITHUB_TOKEN" )
57- commitish = project. github_branch
58- }
5951}
6052
6153neoForge {
You can’t perform that action at this time.
0 commit comments