mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Don't include large resources into classlib sources jar
This commit is contained in:
parent
f0dd67f7fc
commit
e315398d9b
|
@ -54,6 +54,12 @@ tasks {
|
|||
exclude("html/**")
|
||||
exclude("org/teavm/classlib/impl/tz/tzdata*.zip")
|
||||
}
|
||||
sourcesJar {
|
||||
exclude("**/*.zip")
|
||||
exclude("**/UnicodeData.txt")
|
||||
exclude("**/iso*.xml")
|
||||
exclude("**/iso*.csv")
|
||||
}
|
||||
}
|
||||
|
||||
teavmPublish {
|
||||
|
|
Loading…
Reference in New Issue
Block a user