1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/iproject-fig

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
common.gradle 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
独特程序 Отправлено 20.12.2021 12:34 b619d01
publishing {
publications {
mavenJava(MavenPublication) {
artifactId = "${rootProject.ext.artifactId}"
from components.java
artifact sourcesJar
artifact javadocJar
pom {
name = 'fig'
description = 'This is a toolkit'
url = 'https://gitee.com/iproject/fig.git'
licenses {
license {
name = 'The Mulan Public License,Version 2'
url = 'http://license.coscl.org.cn/MulanPubL-2.0'
}
}
developers {
developer {
id = 'murenchao'
name = 'murenchao'
email = 'minix3@126.com'
}
}
scm {
connection = 'scm:git:git@gitee.com:iproject/fig.git'
developerConnection = 'scm:git:ssh://gitee.com:/iproject/fig.git'
url = 'https://gitee.com/iproject/fig.git'
}
}
}
}
repositories {
maven {
def releasesRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
def snapshotsRepoUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
credentials {
username deploy_username
password deploy_password
}
}
}
}
signing {
sign publishing.publications.mavenJava
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/iproject-fig.git
git@api.gitlife.ru:oschina-mirror/iproject-fig.git
oschina-mirror
iproject-fig
iproject-fig
develop