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