mirror of
https://gitee.com/BDWare/cp.git
synced 2025-12-28 01:49:26 +00:00
refactor: add bdledger dependencies
feat: IRPUtil feat: support debug in docker
This commit is contained in:
@@ -5,10 +5,11 @@ plugins {
|
||||
id 'signing'
|
||||
}
|
||||
|
||||
|
||||
group = "org.bdware.sc"
|
||||
version = "1.5.7"
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
sourceSets {
|
||||
main {
|
||||
@@ -57,7 +58,7 @@ jar {
|
||||
}
|
||||
from {
|
||||
// uncomment this when publish!
|
||||
// configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
|
||||
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
|
||||
}
|
||||
manifest {
|
||||
attributes 'Manifest-Version': project.version
|
||||
|
||||
Reference in New Issue
Block a user