forked from jcasbin/casbin-spring-boot-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
23 lines (23 loc) · 904 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# GAV coordinates
GROUP=org.casbin
ARTIFACT_ID=casbin-spring-boot-starter
# Project address
GITHUB_REPO=jcasbin/casbin-spring-boot-starter
POM_URL=https://github.com/jcasbin/casbin-spring-boot-starter
POM_SCM_URL=https://github.com/jcasbin
[email protected]:jcasbin/casbin-spring-boot-starter.git
POM_SCM_DEV_CONNECTION=https://github.com/fangzhengjin
# Project information
GIT_URL=https://github.com/jcasbin/casbin-spring-boot-starter.git
ISSUE_URL=https://github.com/jcasbin/casbin-spring-boot-starter/issues
POM_PACKAGING=jar
POM_DESCRIPTION=Casbin SpringBoot Starter
# Open source agreement
POM_LICENCE_NAME=Apache-2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
# Developer information
POM_DEVELOPER_ID=fangzhengjin
POM_DEVELOPER_NAME=fangzhengjin
POM_DEVELOPER_URL=https://github.com/fangzhengjin