More artificer

- Add sources and javadoc to maven artifact
- Update artifact mc version
- Actually test publish locally :lwe:
This commit is contained in:
Jozufozu 2023-12-28 13:05:25 -08:00
parent 5c04c93f62
commit 61f52cd7d6
3 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View file

@ -42,3 +42,5 @@ local.properties
# PDT-specific
.buildpath
mcmodsrepo

View file

@ -174,6 +174,8 @@ publishing {
publications {
register('mavenJava', MavenPublication) {
artifact jar
artifact sourcesJar
artifact javadocJar
artifactId = archivesBaseName

View file

@ -3,7 +3,7 @@ org.gradle.daemon = false
# mod version info
mod_version = 1.0.0-alpha
artifact_minecraft_version = 1.20
artifact_minecraft_version = 1.20.1
minecraft_version = 1.20.1
forge_version = 47.2.6