mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-03-25 10:32:08 +01:00
6 lines
66 B
Groovy
6 lines
66 B
Groovy
// path: build.gradle
|
|
|
|
apply plugin: 'war'
|
|
apply plugin: 'jetty'
|
|
|