File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 48
48
- name : Publish to Maven [Snapshots]
49
49
if : ${{ !github.event.inputs.release }}
50
50
run : >-
51
- ./gradlew publishAllPublicationsToDevOsReleasesRepository
52
- -PdevOsReleasesUsername ="${{ secrets.MAVEN_USER }}"
53
- -PdevOsReleasesPassword ="${{ secrets.MAVEN_PASS }}"
51
+ ./gradlew publishAllPublicationsToDevOsSnapshotsRepository
52
+ -PdevOsSnapshotsUsername ="${{ secrets.MAVEN_USER }}"
53
+ -PdevOsSnapshotsPassword ="${{ secrets.MAVEN_PASS }}"
54
54
55
55
# TODO: add back CF and MR publishing at some point
56
56
Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ tasks.named<JavaCompile>("compileJava") {
251
251
publishing {
252
252
publications {
253
253
register<MavenPublication >(" mavenJava" ) {
254
+ artifactId = " create-fabric-$minecraftVersion "
254
255
from(components[" java" ])
255
256
}
256
257
}
You can’t perform that action at this time.
0 commit comments