Files
TeleJ/event-handlers-annotations/build.gradle

16 lines
131 B
Groovy
Raw Permalink Normal View History

2025-11-03 21:16:02 +03:00
plugins {
id 'java'
}
group = 'com.github.hdvtdev'
version = '1.0.0'
repositories {
mavenCentral()
}
dependencies {
}