fix(project): various optimizations
This commit is contained in:
parent
dd5aff034d
commit
3949113dee
7 changed files with 17 additions and 15 deletions
|
@ -12,6 +12,12 @@ val shadowImplementation: Configuration by configurations.creating
|
|||
configurations["implementation"].extendsFrom(shadowImplementation)
|
||||
configurations["testImplementation"].extendsFrom(shadowImplementation)
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(8)
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue