Added Java plugin to the Gradle project
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
8293566a51
commit
26f54bced9
@ -4,3 +4,7 @@
|
|||||||
* This is a general purpose Gradle build.
|
* This is a general purpose Gradle build.
|
||||||
* Learn how to create Gradle builds at https://guides.gradle.org/creating-new-gradle-builds
|
* Learn how to create Gradle builds at https://guides.gradle.org/creating-new-gradle-builds
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id 'java'
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user