fix(jfmod): add boms to modCompileOnly
ci/woodpecker/push/gradle Pipeline was successful Details
ci/woodpecker/push/pages Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2024-04-25 11:43:38 +02:00
parent 9122ab475b
commit d66a9e7c51
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ insertEarlyAfterEvaluate {
this::modImplementation,
this::modLocalRuntime,
this::modApi,
this::include
this::include,
this::modCompileOnly
).forEach { function ->
function(platform(notation))
}