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>

  • 相关阅读:
    HDU 3537
    POJ 1175
    POJ 1021 人品题
    POJ 2068
    POJ 2608
    POJ 2960
    poj 1635
    ustc 1117
    ural 1468
    数字游戏
  • 原文地址:https://www.cnblogs.com/kingxiaozi/p/10642357.html
Copyright © 2011-2022 走看看