Migrating publishing to gradle

This commit is contained in:
Ziver Koc 2024-09-10 22:36:53 +02:00
parent f4cd76ef7d
commit bf34f79d19
3 changed files with 44 additions and 37 deletions

View file

@ -1,8 +1,10 @@
plugins {
id 'java'
id 'maven-publish'
id 'java-library'
id 'jacoco'
}
apply from: 'build_publish.gradle'
repositories {
mavenLocal()
mavenCentral()
@ -61,4 +63,4 @@ sourceSets {
srcDirs 'test'
}
}
}
}