mirror of
https://github.com/apple/pkl.git
synced 2026-07-10 15:12:43 +02:00
pkl-parser: Migrate nullness to JSpecify (#1515)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user