mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #198] [CLOSED] General build upgrades and improvements #446
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/198
Author: @sgammon
Created: 2/19/2024
Status: ❌ Closed
Base:
main← Head:chore/build-upgrades📝 Commits (5)
0700835General build upgrades and improvementse1f0749GitHub Actions checks for PR reviewad14ccffeat: library api validation with kotlinx binary validator9d5c2f2chore: add api pins for public modules7906f5dfixup! cleanups before push📊 Changes
98 files changed (+12462 additions, -891 deletions)
View changed files
➕
.github/dependency-review-config.yml(+5 -0)➕
.github/workflows/checks.apicheck.yml(+74 -0)➕
.github/workflows/checks.codeql.yml(+88 -0)➕
.github/workflows/checks.dependency-review.yml(+33 -0)➕
.github/workflows/checks.detekt.yml(+73 -0)➕
.github/workflows/checks.formatting.yml(+81 -0)➕
.github/workflows/checks.gradle-wrapper.yml(+25 -0)➕
.github/workflows/checks.scorecards.yml(+62 -0)➕
.github/workflows/job.dependency-graph.yml(+111 -0)➕
.github/workflows/on.pr.yml(+132 -0)➕
.github/workflows/on.push.yml(+77 -0)📝
.gitignore(+1 -0)📝
.idea/codeStyles/Project.xml(+0 -2)➕
.idea/icon.svg(+23 -0)📝
bench/bench.gradle.kts(+7 -9)📝
bench/gradle.lockfile(+1 -40)📝
build.gradle.kts(+73 -4)📝
buildSrc/build.gradle.kts(+47 -2)➕
buildSrc/gradle.lockfile(+83 -0)📝
buildSrc/settings.gradle.kts(+3 -1)...and 78 more files
📄 Description
Summary
Draft. Coming soon. Probably will not get merged.
Full changelog
koverpluginjvm-test-suitepluginbuildSrcrootProject.nameforbuildSrcgradlew tasksproperty = xyz)buildDir(becomeslayout.buildDirectory)8.6(supports Java 21)1.9.22(build-time)1.6.30.11.0Not yet completed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.