Skip to content

Commit

Permalink
We're not currently using any unstable Gradle APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
liblit committed Jan 15, 2024
1 parent 42d606b commit f908bdd
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("UnstableApiUsage")

plugins {
`kotlin-dsl`
`kotlin-dsl-precompiled-script-plugins`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("UnstableApiUsage")

package com.ibm.wala.gradle

// Build configuration for subprojects that include Java source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("UnstableApiUsage")

package com.ibm.wala.gradle

plugins {
Expand Down
2 changes: 0 additions & 2 deletions cast/java/ecj/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("UnstableApiUsage")

plugins {
application
id("com.ibm.wala.gradle.eclipse-maven-central")
Expand Down
2 changes: 0 additions & 2 deletions cast/java/test/data/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("UnstableApiUsage")

import com.ibm.wala.gradle.VerifiedDownload
import java.net.URI
import net.ltgt.gradle.errorprone.errorprone
Expand Down
2 changes: 0 additions & 2 deletions cast/js/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("UnstableApiUsage")

import com.ibm.wala.gradle.CreatePackageList
import com.ibm.wala.gradle.VerifiedDownload
import java.net.URI
Expand Down
2 changes: 0 additions & 2 deletions cast/js/nodejs/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("UnstableApiUsage")

import com.ibm.wala.gradle.VerifiedDownload
import java.net.URI

Expand Down
2 changes: 0 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("UnstableApiUsage")

import com.ibm.wala.gradle.CompileKawaScheme
import com.ibm.wala.gradle.JavaCompileUsingEcj
import com.ibm.wala.gradle.VerifiedDownload
Expand Down

0 comments on commit f908bdd

Please sign in to comment.