Skip to content

Commit

Permalink
Fix GString not serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow-Devil committed Dec 3, 2024
1 parent 11eefa5 commit ba15121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
}

compileJava {
def generatedSources = "${getLayout().getBuildDirectory().get()}/generated-from-annot"
def generatedSources = "${getLayout().getBuildDirectory().get()}/generated-from-annot".toString()
def generatedOutputDir = file("$generatedSources")
def pkgName = project.name.replace("ballerina", "").replaceAll("-","")
options.compilerArgs += ["-AnativeEntityProviderClass=StandardNativeElementProvider",
Expand Down

0 comments on commit ba15121

Please sign in to comment.