Skip to content

Commit

Permalink
Bump CC:T and teavm
Browse files Browse the repository at this point in the history
The latter was a futile attempt to fix #19
  • Loading branch information
SquidDev committed Nov 13, 2020
1 parent 1ead342 commit 0ef8c0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ tasks {
val tool = TeaVMTool()
tool.classLoader = classloader
tool.targetDirectory = dir
tool.targetFileName = "classes.js"
tool.setTargetFileName("classes.js")
tool.mainClass = application.mainClassName
tool.isMinifying = true
tool.optimizationLevel = TeaVMOptimizationLevel.ADVANCED
tool.setObfuscated(false)
tool.optimizationLevel = TeaVMOptimizationLevel.SIMPLE
tool.log = log
tool.targetType = TeaVMTargetType.JAVASCRIPT

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
teavm_version=0.7.0-dev-988
teavm_version=0.7.0-dev-1145
2 changes: 1 addition & 1 deletion original/CC-Tweaked

0 comments on commit 0ef8c0f

Please sign in to comment.