This repository has been archived on 2024-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
TFTPServer/build.gradle
2020-09-05 17:29:54 +03:00

15 lines
115 B
Groovy

plugins {
id 'java'
}
group 'ru.redguy'
version '1.0'
repositories {
mavenCentral()
}
dependencies {
}