mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 06:47:27 +00:00
10 lines
242 B
Groovy
10 lines
242 B
Groovy
plugins {
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.4.0'
|
|
}
|
|
|
|
rootProject.name = 'TribufuJvm'
|
|
include('lib')
|
|
include('examples')
|
|
|
|
include 'MintakaJvm'
|
|
project(':MintakaJvm').projectDir = file('vendor/MintakaJvm/lib')
|