Skip to content

Commit 9de482f

Browse files
committed
Update techio.yml
1 parent b57ab8a commit 9de482f

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

techio.yml

+7-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1-
title : Advanced Kotlin template
2-
3-
# Table of content
1+
title: Kotlin Maven Project
42
plan:
5-
- title: Welcome # Set the page title (only displayed if your contribution has several pages)
6-
statement: markdowns/welcome.md # Set the file path to the page content
7-
# - title: Another Page
8-
# statement: markdowns/another-page.md
9-
10-
11-
# Settings for your programming projects and the associated Docker images
3+
- title: Welcome
4+
statement: markdowns/welcome.md
125
projects:
136
java:
14-
root: /kotlin-project # Set the root path to your Kotlin project
15-
16-
# Set the docker image. This image runs JUnit tests using this syntax:
17-
# @[Code Editor Title]({"stubs": ["editorFile1.kt", "editorFile2.kt", ...], "command": "MyJUnitClass#myMethod"})
18-
# More details here: https://github.com/TechDotIO/kotlin-maven3-junit4-runner
19-
runner: techio/kotlin-maven3-junit4-runner:1.0.5-kotlin-1.1.4
7+
root: /kotlin-project
8+
runner:
9+
name: techio/kotlin-maven3-junit4-runner
10+
version: 1.0.5-kotlin-1.1.4

0 commit comments

Comments
 (0)