• Could not get unknown property classesDir for main classes of type org.gradle.api.internal


    编译spring源码报错:

    Could not get unknown property ‘classesDir’ for main classes of type org.gradle.api.internal然后卡死,

    版本

    idea:2019.2
    gradle:6.3

    解决:

    1. 将build.gradle中 output.classesDir 修改为 output.classesDirs
    2. 将aspects.gradle中 output.classesDir 修改为 output.classesDirs

    原因:

    Gradle 5.x以上 sourceSets.main.output.classesDir改名字了 sourceSets.main.output.classesDirs

    转:
    https://blog.csdn.net/loveshunyi/article/details/104798937/

    世界上所有的不公平都是由于当事人能力不足造成的.
  • 相关阅读:
    字符串练习题
    算法题
    readLine()
    grep家族
    java_IO
    集合框架
    常用类
    异常
    Mysql 图形工具 Navicat
    Mysql内置功能《一》流程控制
  • 原文地址:https://www.cnblogs.com/javayida/p/13346740.html
Copyright © 2020-2023  润新知