pkl-parser: Migrate nullness to JSpecify (#1515)

This commit is contained in:
odenix
2026-04-14 12:17:17 -07:00
committed by GitHub
parent 2d4286ee7b
commit 1ba54f11a9
63 changed files with 317 additions and 312 deletions
+3 -6
View File
@@ -1,5 +1,5 @@
/*
* Copyright © 2025 Apple Inc. and the Pkl project authors. All rights reserved.
* Copyright © 2025-2026 Apple Inc. and the Pkl project authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -16,15 +16,12 @@
plugins {
pklAllProjects
pklJavaLibrary
pklJSpecify
pklPublishLibrary
idea
}
dependencies {
compileOnly(libs.jsr305)
testImplementation(projects.pklCommonsTest)
}
dependencies { testImplementation(projects.pklCommonsTest) }
publishing {
publications {