2021-08-12

This commit is contained in:
2021-08-12 00:02:29 +09:00
parent 95b002cada
commit eeae8f2806
4 changed files with 88 additions and 1 deletions

14
httpd/build.gradle.kts Normal file
View File

@@ -0,0 +1,14 @@
/*
* Examples for Java
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
plugins {
id("elex-java")
}
dependencies {
}