forked from smithy-lang/smithy-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
39 lines (30 loc) · 1.14 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Rust MSRV (entered into the generated README)
rust.msrv=1.70.0
# To enable debug, swap out the two lines below.
# When changing this value, be sure to run `./gradlew --stop` to kill the Gradle daemon.
# org.gradle.jvmargs=-Xmx1024M -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=localhost:5006
org.gradle.jvmargs=-Xmx1024M
# Version number to use for the generated stable runtime crates
smithy.rs.runtime.crate.stable.version=1.0.3
# Version number to use for the generated unstable runtime crates
smithy.rs.runtime.crate.unstable.version=0.60.0
kotlin.code.style=official
# codegen
smithyGradlePluginVersion=0.7.0
smithyVersion=1.40.0
# kotlin
kotlinVersion=1.7.21
# testing/utility
ktlintVersion=0.48.2
kotestVersion=5.2.3
# Avoid registering dependencies/plugins/tasks that are only used for testing purposes
isTestingEnabled=true
# TODO(https://github.com/smithy-lang/smithy-rs/issues/1068): Once doc normalization
# is completed, warnings can be prohibited in rustdoc.
#
# defaultRustDocFlags=-D warnings
defaultRustDocFlags=