-
Notifications
You must be signed in to change notification settings - Fork 2
/
gradle.properties
25 lines (25 loc) · 1013 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
24
25
kotlin.code.style=official
# Release information
versionName=9.2.0
versionDescription=Update kotlin, ksp, threetenbp, truth.
versionVcsTag=v.9.2.0
# Artifact information
artifactId=engelsystem-base
groupId=info.metadude.kotlin.library.engelsystem
# Package information
packageName=engelsystem
packageDescription=A Kotlin library containing a parser and models for the Engelsystem.
packageWebsiteUrl=https://github.com/johnjohndoe/engelsystem
packageScmConnection=https://github.com/johnjohndoe/engelsystem.git
packageScmDeveloperConnection=scm:git:ssh://github.com/johnjohndoe/engelsystem.git
packageLicenseApacheName=The Apache License, Version 2.0
packageLicenseApacheUrl=https://github.com/Umweltzone/roadsigns/LICENSE.txt
packageDeveloperId=johnjohndoe
packageDeveloperName=Tobias Preuss
packageDeveloperEmail=tobias.preuss@googlemail.com
# MavenCentral
mavenCentralPublicationName=MavenCentral
# Dummy properties so that anyone can compile the library
sonatypeRepo=""
sonatypeUserName=""
sonatypePassword=""