Skip to content
Snippets Groups Projects
Commit bfc69285 authored by Johannes Mey's avatar Johannes Mey
Browse files

allow ragdoc on scope4m

parent a2f1ff3d
Branches
No related tags found
No related merge requests found
Subproject commit 9d6101ce0caad6fe692f7127c6220211605ca9ed
Subproject commit e43b28eb598eaa4a9330fbce00512321a26db32f
......@@ -11,6 +11,10 @@ apply plugin: 'application'
apply plugin: 'jastadd'
apply plugin: 'idea'
configurations {
ragdoc
}
repositories {
mavenLocal()
}
......@@ -44,6 +48,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
testCompile 'org.junit.platform:junit-platform-runner:1.4.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2'
ragdoc files('../tools/rd-builder.jar')
}
jastadd {
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment