File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ publishMods {
80
80
81
81
changelog = file(rootDir. toPath(). resolve(" changelog.txt" )). text
82
82
file = tasks. withType(RemapJarTask ). named(" remapJar" ). get(). archiveFile
83
+ additionalFiles. from(tasks. withType(Jar ). named(" sourcesJar" ). get(). archiveFile)
83
84
84
85
curseforge {
85
86
accessToken = providers. environmentVariable(" CURSEFORGE_SECRET" )
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ publishMods {
80
80
81
81
changelog = file(rootDir. toPath(). resolve(" changelog.txt" )). text
82
82
file = tasks. withType(RemapJarTask ). named(" remapJar" ). get(). archiveFile
83
+ additionalFiles. from(tasks. withType(Jar ). named(" sourcesJar" ). get(). archiveFile)
83
84
84
85
curseforge {
85
86
accessToken = providers. environmentVariable(" CURSEFORGE_SECRET" )
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ publishMods {
85
85
86
86
changelog = file(rootDir. toPath(). resolve(" changelog.txt" )). text
87
87
file = tasks. withType(RemapJarTask ). named(" remapJar" ). get(). archiveFile
88
+ additionalFiles. from(tasks. withType(Jar ). named(" sourcesJar" ). get(). archiveFile)
88
89
89
90
curseforge {
90
91
accessToken = providers. environmentVariable(" CURSEFORGE_SECRET" )
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ publishMods {
78
78
79
79
changelog = file(rootDir. toPath(). resolve(" changelog.txt" )). text
80
80
file = tasks. withType(RemapJarTask ). named(" remapJar" ). get(). archiveFile
81
+ additionalFiles. from(tasks. withType(Jar ). named(" sourcesJar" ). get(). archiveFile)
81
82
82
83
curseforge {
83
84
accessToken = providers. environmentVariable(" CURSEFORGE_SECRET" )
You can’t perform that action at this time.
0 commit comments