Refactor scripting examples:
- split into script def and host part - remove bad dependencies - organize it in a way that should be typical for user scenarios
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
|
||||
@file:DependsOn("abracadabra")
|
||||
|
||||
println("Hello, World!")
|
||||
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
|
||||
@file:DependsOn("junit:junit:4.11")
|
||||
|
||||
org.junit.Assert.assertTrue(true)
|
||||
|
||||
println("Hello, World!")
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
|
||||
org.junit.Assert.assertTrue(true)
|
||||
|
||||
println("Hello, World!")
|
||||
|
||||
Reference in New Issue
Block a user