pro icon indicating copy to clipboard operation
pro copied to clipboard

A Java build tool that works seamlessly with modules

Results 7 pro issues
Sort by recently updated
recently updated
newest added

Have you considered a plugin to publish to maven local/maven central?

Hi, I came across because I was irritated by Gradle. Is pro yet actively maintained? Is it going to follow recent Java releases? I see it's released against Java 15,...

How to work with pro in an IDE? Are we supposed to import the source code in the IDE B hand, or is there a way to export some IDE...

I refactored how [sormuras/modules](https://github.com/sormuras/modules) scans and presents module name-uri pairs. This **pro** code here... https://github.com/forax/pro/blob/1dac8c7ccf8215a2fb981272e7bff23ff15a7d51/src/main/java/com.github.forax.pro.bootstrap/com/github/forax/pro/bootstrap/Bootstrap.java#L185-L200 ...still works, but refers to a stalled (read: no longer daily updated) `module-maven.properties` file. Now,...

I'd like to extract the core functionality from the tester-plugin into a standalone module living on "central". This new module could be used by any framework, including pro, that needs...

When you drop an old JAR which needs to be fixed into ./deps folder and have code that refers to it already (like a new plugin), the `module-fixer` fails to...

Given a module `a` requiring a module `b`, with the former having a test but not the latter, tests ran by the `tester` plugin fail with a `java.lang.module.FindException: Module b...