Spring源碼Gradle


Microsoft Windows [版本 10.0.17134.590]
(c) 2018 Microsoft Corporation。保留所有權利。

D:\Workspaces\idea\spring-framework-master>gradlew.bat cleanIdea :spring-oxm:compileTestJava
Downloading https://services.gradle.org/distributions/gradle-4.10.3-bin.zip
..........................................................................

Welcome to Gradle 4.10.3!

Here are the highlights of this release:
- Incremental Java compilation by default
- Periodic Gradle caches cleanup
- Gradle Kotlin DSL 1.0-RC6
- Nested included builds
- SNAPSHOT plugin versions in the `plugins {}` block

For more details see https://docs.gradle.org/4.10.3/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

> Task :spring-beans:compileTestJava
注: 某些輸入文件使用或覆蓋了已過時的 API。
注: 有關詳細信息, 請使用 -Xlint:deprecation 重新編譯。
注: 某些輸入文件使用了未經檢查或不安全的操作。
注: 有關詳細信息, 請使用 -Xlint:unchecked 重新編譯。

> Task :spring-context:compileTestJava
D:\Workspaces\idea\spring-framework-master\spring-context\src\test\java\org\springframework\context\event\PayloadApplicationEventTests.java:49: 警告: [serial] 可序列化類MyEventClass沒有 serialVersionUID 的定義
public static class MyEventClass<GT> extends PayloadApplicationEvent<GT> implements Auditable {
^
注: 某些輸入文件使用或覆蓋了已過時的 API。
注: 有關詳細信息, 請使用 -Xlint:deprecation 重新編譯。
注: 某些輸入文件使用了未經檢查或不安全的操作。
注: 有關詳細信息, 請使用 -Xlint:unchecked 重新編譯。
1 個警告

> Task :spring-oxm:genJaxb
[ant:javac] : warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

BUILD SUCCESSFUL in 5m 3s
107 actionable tasks: 58 executed, 49 up-to-date
D:\Workspaces\idea\spring-framework-master>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM