mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-11 09:20:51 -07:00
fix assetsJar (#8641)
This commit is contained in:
parent
4f34a9235c
commit
c2d7e2eb72
1 changed files with 3 additions and 5 deletions
|
|
@ -320,11 +320,6 @@ project(":core"){
|
|||
}
|
||||
}
|
||||
|
||||
artifacts{
|
||||
archives sourcesJar
|
||||
archives assetsJar
|
||||
}
|
||||
|
||||
dependencies{
|
||||
compileJava.dependsOn(preGen)
|
||||
|
||||
|
|
@ -442,6 +437,9 @@ configure([":core", ":server"].collect{project(it)}){
|
|||
publications{
|
||||
maven(MavenPublication){
|
||||
from components.java
|
||||
if(project.name == "core"){
|
||||
artifact(tasks.named("assetsJar"))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue