File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import com.google.cloud.tools.gradle.appengine.appyaml.AppEngineAppYamlExtension
3
3
val ktor_version: String by project
4
4
val kotlin_version: String by project
5
5
val logback_version: String by project
6
+ val v = " 0.0.1"
6
7
7
8
plugins {
8
9
application
@@ -15,7 +16,7 @@ plugins {
15
16
16
17
group = " com.flycode.languagetoolserver"
17
18
18
- version = " 0.0.1 "
19
+ version = v
19
20
20
21
application {
21
22
mainClass.set(" com.flycode.languagetoolserver.ApplicationKt" )
@@ -48,3 +49,11 @@ configure<AppEngineAppYamlExtension> {
48
49
projectId = " GCLOUD_CONFIG"
49
50
}
50
51
}
52
+
53
+ ktor {
54
+ docker {
55
+ localImageName.set(" langauge-tool-server" )
56
+ imageTag.set(v)
57
+ jreVersion.set(io.ktor.plugin.features.JreVersion .JRE_17 )
58
+ }
59
+ }
You can’t perform that action at this time.
0 commit comments