-
Notifications
You must be signed in to change notification settings - Fork 63
/
gradle.properties
25 lines (24 loc) · 1.17 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
#Sun, 26 May 2024 20:53:03 +0200
kotlin.code.style=official
kotlin.incremental=false
kapt.include.compile.classpath=false
GROUP=com.github.tschuchortdev
VERSION_NAME=1.6.1-SNAPSHOT
POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
POM_INCEPTION_YEAR=2019
POM_URL=https\://github.com/tschuchortdev/kotlin-compile-testing
POM_SCM_URL=https\://github.com/tschuchortdev/kotlin-compile-testing
POM_SCM_CONNECTION=scm\:git\:https\://github.com/tschuchortdev/kotlin-compile-testing
POM_SCM_DEV_CONNECTION=scm\:git\:https\://github.com/tschuchortdev/kotlin-compile-testing
POM_LICENCE_NAME=Mozilla Public License 2.0
POM_LICENCE_URL=https\://www.mozilla.org/en-US/MPL/2.0/
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=tschuchortdev
POM_DEVELOPER_NAME=Thilo Schuchort
POM_NAME=kotlin-compile-testing
POM_PACKAGING=jar
RELEASE_REPOSITORY=https\://oss.sonatype.org/service/local/staging/deploy/maven2/
SNAPSHOT_REPOSITORY=https\://oss.sonatype.org/content/repositories/snapshots/
signing.keyId=523052D4
# The staging profile ID can be found by executing the 'retrieveSonatypeStagingProfile' gradle task
SONATYPE_STAGING_PROFILE_ID=dc779d1ad4732f