add gradle
This commit is contained in:
parent
bb6ebb0be8
commit
4e51e18bdc
3033 changed files with 470 additions and 0 deletions
11
common/build.gradle.kts
Normal file
11
common/build.gradle.kts
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
plugins {
|
||||
`java-library`
|
||||
eclipse
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(8)
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue