globalmenu/settings.gradle.kts

25 lines
506 B
Plaintext
Raw Normal View History

2024-07-19 21:25:04 +02:00
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
2024-07-22 21:10:20 +02:00
maven("https://maven.frohnmeyer-wds.de/artifacts") {
content {
includeGroup("io.gitlab.jfronny")
includeGroup("jf.autoversion")
}
}
2024-07-19 21:25:04 +02:00
}
}
2024-07-19 22:46:16 +02:00
buildscript {
repositories {
mavenCentral()
}
dependencies {
2024-07-20 20:25:13 +02:00
classpath("com.github.hypfvieh:dbus-java-utils:4.3.2")
2024-07-19 22:46:16 +02:00
}
}
2024-07-19 21:25:04 +02:00
rootProject.name = "globalmenu"
include("native")