Ben Madore
08/10/2020, 3:50 PMBen Madore
08/10/2020, 3:52 PMZach Klippenstein (he/him) [MOD]
08/10/2020, 4:47 PMHanno
08/10/2020, 8:19 PMBen Madore
08/10/2020, 8:42 PMjava {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
idea {
module {
isDownloadJavadoc = true
isDownloadSources = true
}
}
in each project… perhaps i need to further investigate shared code in buildSrc for plugin configurationHanno
08/10/2020, 10:20 PMBen Madore
08/11/2020, 2:23 PM// TODO: Consider moving this to a precompiled script in buildSrc once it's more mature.
mayhap it’s time to reattemptHanno
08/11/2020, 2:33 PMHanno
08/11/2020, 2:34 PMBen Madore
08/11/2020, 2:54 PM