forked from GowthamGirithar/playground-gx5KoCBa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechio.yml
20 lines (15 loc) · 828 Bytes
/
techio.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
title : Machine Learning with Java - Part 1 (Linear Regression)
# Table of content
plan:
- title: Welcome # Set the page title (only displayed if your contribution has several pages)
statement: markdowns/welcome.md # Set the file path to the page content
# - title: Another Page
# statement: markdowns/another-page.md
# Settings for your programming projects and the associated Docker images
projects:
java:
root: /java-project # Set the root path to your Java project
# Set the docker image. This image runs JUnit tests using this syntax:
# @[Code Editor Title]({"stubs": ["EditorFile1.java", "EditorFile2.java", ...], "command": "MyJUnitClass#myMethod"})
# More details here: https://github.com/TechDotIO/java-maven3-junit4-runner
runner: techio/java-maven3-junit4-runner:1.1.3-java-8