/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin/java ...
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
> Task :assetCompile
> Task :compileJava NO-SOURCE
> Task :compileGroovy
> Task :buildProperties
> Task :processResources UP-TO-DATE
> Task :classes
> Task :bootWarMainClassName
> Task :compileWebappGroovyPages NO-SOURCE
> Task :compileGroovyPages
> Task :bootWar
> Task :war
> Task :assemble
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 27s
8 actionable tasks: 7 executed, 1 up-to-date
|Built application to build/libs using environment: test
Process finished with exit code 0
開發完成後,通常會有許多小蟲蟲附加在新的成品裡面。通常造成這種現況成因有可能是工程人員熬夜加班趕工功能,也有可能是甲方與乙方溝通不良導致雙方對於系統更能定義的落差造成的。即使沒有明顯的系統問題,在營運期間系統也會因時代變遷讓系統功能漸漸顯得落後、老舊、操作不便,在網站系統中更會發生瀏覽器不再支援某項功能,讓網站系統發生嚴重異常,例如:IE Only Syetem。以上種種因素都會後續維護、功能增修直至系統不再被使用。