actions-testing/build.gradle
Steven Tracey 318423354a
Some checks failed
Actions Testing Workflow / build (push) Failing after 0s
Push!
2024-10-24 15:39:16 -04:00

10 lines
93 B
Groovy

plugins {
id 'java'
}
group 'tech.nevets'
version '4.2.0'
repositories {
mavenCentral()
}