druid Springboot 集成后使用 Gradle 打包报错

sdnqo3pr  于 2022-10-22  发布在  Druid
关注(0)|答案(1)|浏览(263)

Errors occurred while build effective model from /root/.gradle/caches/modules-2/files-2.1/com.alibaba/druid/1.1.10/ac5e374df42891b0c31e2247e1cc71802f023677/druid-1.1.10.pom:
'dependencies.dependency.systemPath' for com.alibaba:jconsole:jar must specify an absolute path but is ${env.JAVA_HOME}/lib/jconsole.jar in com.alibaba:druid:1.1.10
'dependencies.dependency.systemPath' for com.alibaba:tools:jar must specify an absolute path but is ${env.JAVA_HOME}/lib/tools.jar in com.alibaba:druid:1.1.10

环境是:
jdk 11 + springboot 2.1.1 + gradle5

6yt4nkrj

6yt4nkrj1#

同样求助,我是mac环境,用的jenv,可否支持下这种场景,从jenv里面走

相关问题