forked from aws/aws-toolkit-jetbrains
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
37 lines (30 loc) · 737 Bytes
/
gradle.properties
File metadata and controls
37 lines (30 loc) · 737 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
29
30
31
32
33
34
35
36
37
# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# Toolkit Version
toolkitVersion=1.18-SNAPSHOT
# Publish Settings
publishToken=
publishChannel=
# Common dependencies
ideProfileName=2019.3
kotlinVersion=1.3.70
awsSdkVersion=2.13.74
coroutinesVersion=1.3.3
ideaPluginVersion=0.4.20
ktlintVersion=0.36.0
jacksonVersion=2.9.8
telemetryVersion=0.0.39
assertjVersion=3.15.0
junitVersion=4.12
junit5Version=5.6.2
mockitoKotlinVersion=2.2.0
mockitoVersion=3.4.0
remoteRobotPort=8080
remoteRobotVersion=0.9.35
uiTestFixturesVersion=1.1.18
# Code style
kotlin.code.style=official
# Gradle settings
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048m