mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-06 04:16:36 +01:00
More artificer
- Add sources and javadoc to maven artifact - Update artifact mc version - Actually test publish locally :lwe:
This commit is contained in:
parent
5c04c93f62
commit
61f52cd7d6
3 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -42,3 +42,5 @@ local.properties
|
|||
|
||||
# PDT-specific
|
||||
.buildpath
|
||||
|
||||
mcmodsrepo
|
||||
|
|
|
@ -174,6 +174,8 @@ publishing {
|
|||
publications {
|
||||
register('mavenJava', MavenPublication) {
|
||||
artifact jar
|
||||
artifact sourcesJar
|
||||
artifact javadocJar
|
||||
|
||||
artifactId = archivesBaseName
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue