码上敲享录 > 互联网笔记 > could not read 'https://dl.bintray.com/scalding/generic/waroverlay.gradle'

could not read 'https://dl.bintray.com/scalding/generic/waroverlay.gradle'

上一章章节目录下一章 2023-01-08已有802人阅读 评论(0)

could not read 'https://dl.bintray.com/scalding/generic/waroverlay.gradle'


解决方法

https://dl.bintray.com服务停用了,gradle用waroverlay打war失败

我改成这样就行了:

apply plugin:'war'

apply plugin: scaldingspoon.gradle.WarOverlayPlugin


warOverlay {

   includeWarJars true

}


buildscript {

   repositories {

       jcenter()

   }

   dependencies {

       classpath "org.scaldingspoon.gradle:gradle-waroverlay-plugin:0.9.3"

   }

}


向大家推荐《Activiti工作流实战教程》:https://xiaozhuanlan.com/activiti
0

有建议,请留言!

  • *您的姓名:

  • *所在城市:

  • *您的联系电话:

    *您的QQ:

  • 咨询问题:

  • 提 交