Some checks failed
Actions Testing Workflow / build (push) Failing after 0s
10 lines
93 B
Groovy
10 lines
93 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
group 'tech.nevets'
|
|
version '4.2.0'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
} |