20 строки
362 B
Groovy
20 строки
362 B
Groovy
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*/
|
|
|
|
plugins {
|
|
id 'graphjavav4.java-application-conventions'
|
|
}
|
|
|
|
archivesBaseName = 'app'
|
|
|
|
dependencies {
|
|
implementation project(':utilities')
|
|
implementation 'org.slf4j:slf4j-nop:2.0.16'
|
|
}
|
|
|
|
application {
|
|
// Define the main class for the application.
|
|
mainClass = 'graphjavav4.app.App'
|
|
}
|