Files
plugin-hub/package/settings.gradle
Max Weber 79e77d63b9 package: avoid rebuilding plugins with compatible apis
we have to do this as part of a compiler plugin, and not by just looking
at the classes' bytecode, because jls§13.1 requires inlining of certain
constant values, so references to these will not be present in the
bytecode.
2021-11-13 10:09:25 -07:00

6 lines
109 B
Groovy

rootProject.name = "package-root"
include "initLib"
include "upload"
include "package"
include 'apirecorder'