Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/maven/quarkus.platform.version…
Browse files Browse the repository at this point in the history
…-3.4.2

Signed-off-by: Pascal Wilbrink <[email protected]>
  • Loading branch information
pascalwilbrink authored Oct 5, 2023
2 parents 389eda5 + 982eea9 commit 676a790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072

WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import com.powsybl.sld.layout.PositionVoltageLevelLayoutFactory;
import com.powsybl.sld.library.ConvergenceComponentLibrary;
import com.powsybl.sld.model.graphs.SubstationGraph;
import com.powsybl.sld.svg.DefaultSVGWriter;
import com.powsybl.sld.svg.styles.BasicStyleProvider;
import com.powsybl.sld.svg.DefaultSVGWriter;
import org.lfenergy.compas.core.commons.ElementConverter;
import org.lfenergy.compas.scl.auto.alignment.builder.SubstationGraphBuilder;
import org.lfenergy.compas.scl.auto.alignment.exception.SclAutoAlignmentException;
Expand Down

0 comments on commit 676a790

Please sign in to comment.