2023-12-08 21:13:30 -07:00
|
|
|
plugins {
|
|
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
|
|
|
|
}
|
|
|
|
|
2018-10-12 21:33:26 -07:00
|
|
|
rootProject.name = "paperweight"
|
2021-05-07 16:17:06 -07:00
|
|
|
|
2021-06-14 00:19:58 -07:00
|
|
|
include("paperweight-core", "paperweight-lib", "paperweight-patcher", "paperweight-userdev")
|
2021-06-09 13:45:23 -07:00
|
|
|
|
|
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|