Skip to content

Commit

Permalink
added "opens" back in for Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Jan 3, 2025
1 parent 27fb3b8 commit db865fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,12 @@
requires org.locationtech.jts;
requires org.apache.httpcomponents.httpclient;
requires org.apache.httpcomponents.httpcore;

opens com.marginallyclever.convenience;
opens com.marginallyclever.convenience.voronoi;
opens com.marginallyclever.makelangelo.makeart.io;
opens com.marginallyclever.makelangelo.plotter.plottercontrols;
opens com.marginallyclever.makelangelo.turtle;
opens com.marginallyclever.convenience.noise;
opens com.marginallyclever.convenience.helpers;
}

0 comments on commit db865fc

Please sign in to comment.