mirror of
git://f0xx.org/ac/ac-session-studio
synced 2026-07-29 02:58:43 +03:00
initial
This commit is contained in:
23
build.gradle
Normal file
23
build.gradle
Normal file
@@ -0,0 +1,23 @@
|
||||
plugins {
|
||||
id 'application'
|
||||
id 'org.openjfx.javafxplugin' version '0.1.0'
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(21)
|
||||
}
|
||||
}
|
||||
|
||||
javafx {
|
||||
version = '21'
|
||||
modules = ['javafx.controls']
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = 'com.foxx.androidcast.studio.SessionStudioApp'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.json:json:20240303'
|
||||
}
|
||||
Reference in New Issue
Block a user