dependency update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'maven-publish'
|
||||
alias catalog.plugins.lombok apply false
|
||||
alias catalog.plugins.multi.release.jar
|
||||
alias(catalog.plugins.lombok) apply false
|
||||
alias(catalog.plugins.multi.release.jar)
|
||||
}
|
||||
|
||||
group = "net.woggioni"
|
||||
@@ -43,11 +43,6 @@ dependencies {
|
||||
implementation catalog.jna
|
||||
}
|
||||
|
||||
wrapper {
|
||||
distributionType = Wrapper.DistributionType.BIN
|
||||
gradleVersion = getProperty('gradle.version')
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
|
Reference in New Issue
Block a user