mirror of
https://github.com/HighCapable/SweetDependency.git
synced 2025-09-01 08:15:51 +08:00
27 lines
1.1 KiB
Properties
27 lines
1.1 KiB
Properties
# Project Configuration
|
|
project.name=SweetDependency
|
|
project.url=https://github.com/HighCapable/SweetDependency
|
|
project.groupName=com.highcapable.sweetdependency
|
|
project.moduleName=sweet-dependency
|
|
project.version=1.0.4
|
|
# Gradle Plugin Configuration
|
|
gradle.plugin.moduleName=${project.groupName}.gradle.plugin
|
|
gradle.plugin.implementationClass=${project.groupName}.plugin.SweetDependencyPlugin
|
|
# Maven Publish Configuration
|
|
SONATYPE_HOST=S01
|
|
RELEASE_SIGNING_ENABLED=true
|
|
# Maven POM Configuration
|
|
POM_NAME=SweetDependency
|
|
POM_ARTIFACT_ID=sweet-dependency
|
|
POM_DESCRIPTION=An easy autowire and manage dependencies Gradle plugin.
|
|
POM_URL=https://github.com/HighCapable/SweetDependency
|
|
POM_LICENSE_NAME=Apache License 2.0
|
|
POM_LICENSE_URL=https://github.com/HighCapable/SweetDependency/blob/master/LICENSE
|
|
POM_LICENSE_DIST=repo
|
|
POM_SCM_URL=https://github.com/HighCapable/SweetDependency
|
|
POM_SCM_CONNECTION=scm:git:git://github.com/HighCapable/SweetDependency.git
|
|
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/HighCapable/SweetDependency.git
|
|
POM_DEVELOPER_ID=0
|
|
POM_DEVELOPER_NAME=fankes
|
|
POM_DEVELOPER_EMAIL=qzmmcn@163.com
|
|
POM_DEVELOPER_URL=https://github.com/fankes |