我尝试groovy项目,我不能让它运行与尝试jsonSlurper。不知道为什么。添加了groovy的依赖项并导入了import.groovy.json.*。
Gradle:
dependencies {
implementation 'org.apache.groovy:groovy:4.0.2'
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
}
错误:无法解析请求的URL。
1条答案
按热度按时间yzuktlbb1#
添加
最好也更新到4.0.11