| Author | Dave Jarvis <email> |
|---|---|
| Date | 2021-06-26 12:20:39 GMT-0700 |
| Commit | 0759ef06df321016b666603544eecec8f3b9afed |
| Parent | b1d513f |
| } | ||
| +task lib(type: Jar) { | ||
| + archiveFileName = "${applicationName}.jar" | ||
| + destinationDirectory = file("$buildDir/lib") | ||
| + | ||
| + from "$buildDir/classes/java/main" | ||
| + exclude "**/KeenQuotes.class" | ||
| +} | ||
| + | ||
| +lib.configure { | ||
| + dependsOn compileJava | ||
| +} | ||
| + | ||
| tasks.named('test') { | ||
| useJUnitPlatform() |
| "heedin", | ||
| "heightenin", | ||
| - "hein", | ||
| "helpin", | ||
| - "helsin", | ||
| "hemmin", | ||
| "hemorrhagin", |
| Delta | 12 lines added, 2 lines removed, 10-line increase |
|---|