forked from bbossgroups/bboss-elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
38 lines (33 loc) · 1.23 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
PROJ_GROUP=com.bbossgroups.plugins
PROJ_VERSION=5.3.0
PROJ_BBOSS_VERSION=5.1.8
elasticsearch=6.3.2
log4j2_version=2.8.2
skipTest=true
PROJ_WEBSITEURL=http://www.bbossgroups.com
PROJ_ISSUETRACKERURL=https://github.com/bbossgroups/bboss-elastic/issues
PROJ_VCSURL=https://github.com/bbossgroups/bboss-elastic.git
PROJ_DESCRIPTION=bboss elasticsearch client with restful and java api without elasticsearch jar dependended.
PROJ_LICENCE_NAME=The Apache Software License, Version 2.0
PROJ_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
PROJ_LICENCE_DEST=repo
DEVELOPER_ID=yin-bp
DEVELOPER_NAME=biaoping.yin
SOURCE_COMPILER_LEVEL=1.6
TARGET_COMPILER_LEVEL=1.6
JAVADOC_SOURCE_LEVEL=1.7
JAVADOC_COMPILER_LEVEL=1.7
signing.keyId=2D93B1EE
signing.password=bboss.com
signing.secretKeyRingFile=../bboss.gpg
sonatype_url=https://oss.sonatype.org/service/local/staging/deploy/maven2
sonatype_username=
sonatype_password=
scm_connection=scm:git:[email protected]:bbossgroups/bboss-elastic.git
scm_developerConnection=scm:git:[email protected]:bbossgroups/bboss-elastic.git
scm_url=https://github.com/bbossgroups/bboss-elastic
uploadArchivesToMavenCenter=true
enable_gretty=false
mysqlconnectorversion=5.1.40
jacksonversion=2.9.5