mirror of
https://github.com/apple/pkl.git
synced 2026-07-10 07:02:50 +02:00
Re-enable gradle compatibility tests (#349)
This commit is contained in:
@@ -27,13 +27,13 @@ local prbJobs: Listing<String> = (gradleCheckJobs.keys.toListing()) {
|
||||
|
||||
local buildAndTestJobs = (prbJobs) {
|
||||
"bench"
|
||||
// "gradle-compatibility"
|
||||
"gradle-compatibility"
|
||||
...buildNativeJobs.keys.filter((it) -> it.endsWith("snapshot"))
|
||||
}
|
||||
|
||||
local releaseJobs = (prbJobs) {
|
||||
"bench"
|
||||
// "gradle-compatibility"
|
||||
"gradle-compatibility"
|
||||
...buildNativeJobs.keys.filter((it) -> it.endsWith("release"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user