Skip to content

Commit

Permalink
fix: as of Groovy 4.15 XmlParser needs to be explicitly imported (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison authored Nov 7, 2023
1 parent 681017a commit ce8241b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate_profiles/BuildXmlFiles.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import groovy.xml.MarkupBuilder;
import groovy.xml.XmlParser;
import java.nio.file.Paths
import FsbClassifier;
import static FsbClassifier.*;
Expand Down

0 comments on commit ce8241b

Please sign in to comment.