globalmenu/settings.gradle.kts

19 lines
302 B
Plaintext
Raw Normal View History

2024-07-19 21:25:04 +02:00
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
2024-07-19 22:46:16 +02:00
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath("com.github.hypfvieh:dbus-java-utils:5.0.0")
}
}
2024-07-19 21:25:04 +02:00
rootProject.name = "globalmenu"
include("native")