Skip to content

Commit

Permalink
Fix warnings in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge committed Sep 18, 2023
1 parent 35ef50f commit 1dc22b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ apply plugin: 'java'

def graalvmFlag = ""

clean {
fileTree("ballerina") { include '*.jar' }
}

task testExamples {
if (project.hasProperty("balGraalVMTest")) {
graalvmFlag = "--graalvm"
Expand Down

0 comments on commit 1dc22b1

Please sign in to comment.