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>