Skip to content

Commit

Permalink
Merge pull request #105 from c-dilks/fix-deprecated-clibuilder
Browse files Browse the repository at this point in the history
fix: `groovy.util.CliBuilder` deprecation
  • Loading branch information
baltzell authored Sep 19, 2023
2 parents 086172d + 2524985 commit 9488452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/advanced-tests/src/eb/scripts/gen.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.jlab.detector.base.DetectorType;
import org.jlab.detector.base.GeometryFactory;
import org.jlab.physics.io.LundReader;

import groovy.util.CliBuilder
import groovy.cli.commons.CliBuilder
import org.apache.commons.cli.HelpFormatter

double torusScale = -1.0;
Expand Down

0 comments on commit 9488452

Please sign in to comment.