mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2024-11-28 23:39:45 +01:00
8 lines
284 B
Groovy
8 lines
284 B
Groovy
plugins {
|
|
// Apply the common convention plugin for shared build configuration between library and application projects.
|
|
id 'buildlogic.java-common-conventions'
|
|
|
|
// Apply the application plugin to add support for building a CLI application in Java.
|
|
id 'application'
|
|
}
|