mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Transpile using Babel
This is pretty slow right now, but works as a proof-of-concept.
This commit is contained in:
@ -88,10 +88,10 @@ tasks.named<ShadowJar>("shadowJar") {
|
||||
include(dependency("org.apache.logging.log4j:log4j-slf4j-impl"))
|
||||
include(dependency("de.schlichtherle:truezip"))
|
||||
include(dependency("net.java.truevfs:truevfs-profile-default_2.13"))
|
||||
include(dependency("org.mozilla:rhino"))
|
||||
include(dependency("org.mozilla:rhino-runtime"))
|
||||
}
|
||||
minimize {
|
||||
exclude(dependency("org.mozilla:rhino"))
|
||||
exclude(dependency("org.mozilla:rhino-runtime"))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user