8 lines
82 B
Groovy
8 lines
82 B
Groovy
plugins {
|
|
id 'java-library'
|
|
}
|
|
|
|
java {
|
|
modularity.inferModulePath = true
|
|
}
|