-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathgradle.properties
19 lines (19 loc) · 1020 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# The project property 'version' is overwritten via .github/workflows/publish-release.yml
version=0.0.1-SNAPSHOT
kotlinVersion=1.6.10
micronautVersion=3.3.3
micronautApplicationPluginVersion=3.2.1
micronautLibraryPluginVersion=3.2.1
# The matching versions can be found here: https://github.com/micronaut-projects/micronaut-servlet/blob/v3.1.1/gradle.properties
jettyVersion=9.4.43.v20210629
tomcatVersion=9.0.38
undertowVersion=2.2.9.Final
camundaVersion=7.16.0
camundaPlatformAssert=13.0.0
# Latest Jersey, that implements JAX-RS 2.1 API: see https://eclipse-ee4j.github.io/jersey/download.html
jerseyVersion=2.35
# Prevent upload of maven-metadata.xml.sha256/sha512 files to oss.sonatype.org
# see https://issues.sonatype.org/browse/OSSRH-53695?focusedCommentId=887733&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-887733
# see https://github.com/gradle/gradle/issues/11308#issuecomment-554317655
systemProp.org.gradle.internal.publish.checksums.insecure=true
org.gradle.parallel=true