Upgraded various dependencies, including `vst-ui-base` to 1.2.0 and build configurations to include `mavenLocal`. Refined MIDI handling by removing redundant logging to improve performance and clarity. Adjusted knob component value ranges for better user experience.
16 lines
301 B
Kotlin
16 lines
301 B
Kotlin
group = "nl.astraeus"
|
|
version = "0.1.0"
|
|
|
|
allprojects {
|
|
repositories {
|
|
maven {
|
|
url = uri("https://gitea.astraeus.nl/api/packages/rnentjes/maven")
|
|
}
|
|
maven {
|
|
url = uri("https://gitea.astraeus.nl:8443/api/packages/rnentjes/maven")
|
|
}
|
|
mavenCentral()
|
|
mavenLocal()
|
|
}
|
|
}
|