zoukankan      html  css  js  c++  java
  • Spring源码Gradle

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

    D:Workspacesideaspring-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:Workspacesideaspring-framework-masterspring-contextsrc estjavaorgspringframeworkcontexteventPayloadApplicationEventTests.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:Workspacesideaspring-framework-master>

  • 相关阅读:
    鼠标移入移出事件改变图片的分辨率
    Qt 5.2.0 和 VS 2012集成
    java int and string convert
    判断密码强度
    MySQL 警告WARN: Establishing SSL connection without server's identity verification is not recommended.解决办法
    java中byte转换int时为何与0xff进行与运算
    java排序练习
    小数的取舍
    控制台输入一个数组,然后倒序输出
    非托管资源的释放
  • 原文地址:https://www.cnblogs.com/kingxiaozi/p/10642357.html
Copyright © 2011-2022 走看看