1 Star 0 Fork 2

VincentCaow / Robocode

forked from Gitee 极速下载 / Robocode 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle.kts 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pavel Savara 提交于 2021-03-24 21:29 . fix gradle idea integration (#52)
plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.0.0"
idea
}
description = "Robocode - Build the best - destroy the rest!"
val ossrhUsername: String by project
val ossrhPassword: String by project
nexusPublishing {
repositories {
sonatype {
nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))//staging/deploy/maven2/
snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots/"))
stagingProfileId.set("c7f511545ccf8")
username.set(ossrhUsername)
password.set(ossrhPassword)
}
}
}
val initializeSonatypeStagingRepository by tasks.existing
subprojects {
initializeSonatypeStagingRepository {
shouldRunAfter(tasks.withType<Sign>())
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/vincentcaow/Robocode.git
git@gitee.com:vincentcaow/Robocode.git
vincentcaow
Robocode
Robocode
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891