代码拉取完成,页面将自动刷新
同步操作将从 WeBankBlockchain/SmartDev-Scaffold 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
plugins {
id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'java'
id 'eclipse'
id 'idea'
id 'application'
}
group 'com.webank'
version '1.0.1-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
def solcVersion = rootProject.hasProperty('solcVersion') ? solcVersion : "0.4.25.1"
repositories {
mavenCentral()
maven { url "https://maven.aliyun.com/nexus/content/groups/public/"}
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://dl.bintray.com/ethereum/maven/" }
mavenLocal()
}
dependencies {
implementation ('com.webank:solc-gradle-plugin:1.0.1')
implementation ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:2.7.2')
implementation group: 'info.picocli', name: 'picocli', version: '4.6.1'
implementation ("org.slf4j:slf4j-api:1.7.30")
implementation "org.fisco-bcos:solcJ:${solcVersion}"
}
shadowJar {
mainClassName = 'com.webank.scaffold.Main'
destinationDirectory = file('dist')
archiveFileName = project.name+'.jar'
exclude '**/*.DSA'
exclude '**/*.RSA'
exclude '**/*.SF'
manifestContentCharset 'utf-8'
metadataCharset 'utf-8'
from("./"){
include 'build.gradle'
}
}
clean {
println "delete ${projectDir}/dist"
delete "${projectDir}/dist"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。