-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (21 loc) · 833 Bytes
/
gradle.properties
File metadata and controls
28 lines (21 loc) · 833 Bytes
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
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
GROUP=com.pnuema.java
VERSION_NAME=2.8.0
POM_ARTIFACT_ID=barcode
POM_NAME=Barcode-Java
POM_PACKAGING=jar
POM_DESCRIPTION=Barcode image generation library in Java
POM_INCEPTION_YEAR=2019
POM_URL=https://github.com/barnhill/barcode-java
POM_SCM_URL=https://github.com/barnhill/barcode-java
POM_SCM_CONNECTION=scm:git:git://github.com/barnhill/barcode-java.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/barnhill/barcode-java.git
POM_LICENCE_NAME=MIT License
POM_LICENCE_URL=https://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=barnhill
POM_DEVELOPER_NAME=Brad Barnhill
POM_DEVELOPER_URL=https://github.com/barnhill/
RELEASE_SIGNING_ENABLED=true
SONATYPE_HOST=CENTRAL_PORTAL