代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/ganttproject 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
// This installs dependencyUpdates plugin
// Run gradle dependencyUpdates to get the report
// Path to launch4j binary
ext.launch4j = '/opt/launch4j/launch4j'
// Directories where we build the distro
ext.semver = '2.99'
ext.distBinDir = file('ganttproject-builder/dist-bin')
ext.pluginsDir = file("ganttproject-builder/dist-bin/plugins/base")
ext.buildNum = getBuildNum()
version = "${semver}-r${getBuildNum()}"
def getBuildNum() {
return "2912"
/*
def stdout = new ByteArrayOutputStream()
exec {
workingDir "ganttproject-builder"
commandLine "bash", "-c", " git rev-list --count ganttproject-2.7.. || echo 0"
standardOutput = stdout
}
return String.valueOf(Integer.valueOf("${stdout}".trim()) + 1891)
*/
}
// Config for all projects: deps come from Maven repository,
// compile using Java 8, libs normally sit in lib
allprojects {
configurations {
direct
providedCompile
}
repositories {
mavenCentral()
jcenter()
maven {
url "http://sandec.bintray.com/repo"
}
}
apply plugin: 'java'
ext {
libDir = 'lib'
mvnDir = 'lib/mvn'
}
sourceCompatibility = 11
targetCompatibility = 11
clean {
delete += "dist-bin"
}
}
subprojects {
group 'biz.ganttproject'
version = new Date().format("yy.MM.dd")
}
def addPublishing(project) {
project.publishing {
repositories {
maven {
name "ganttproject-maven-repository-internal"
url "gcs://ganttproject-maven-repository/internal"
}
}
}
}
//
//runtime {
// distDir = rootProject.distBinDir
// options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages']
// modules = ['java.base']
//}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。