Yes but as I said initially, when I run: gradle tomcatRun I get: java.lang.NoSuchMethodError: org.apache.groovy.util.SystemUtil.getSystemPropertySafe(Ljava/lang/String;)Ljava/lang/String;
java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.control.CompilerConfiguration The system ran and runs fine until I update Groovy. Thanks. Blake On Sun, Feb 2, 2020 at 3:48 AM Daniel.Sun <sun...@apache.org> wrote: > Hi Blake, > > The build is *SUCCESSFUL*... > > https://scans.gradle.com/s/yxiyvmlpnq5ui/console-log?anchor=13 > ``` > :compileJava UP-TO-DATE > :processResources NO-SOURCE > :classes UP-TO-DATE > :war > :assemble > :compileTestJava NO-SOURCE > :processTestResources NO-SOURCE > :testClasses UP-TO-DATE > :test NO-SOURCE > :check UP-TO-DATE > :build > BUILD SUCCESSFUL in 16s > 2 actionable tasks: 1 executed, 1 up-to-date > ``` > > Cheers, > Daniel.Sun > > > > ----- > Apache Groovy committer & PMC member > Blog: http://blog.sunlan.me > Twitter: @daniel_sun > > -- > Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html >