fix: Project version must be set before invoking version()
This commit is contained in:
parent
926eb906f4
commit
6e0b08cbd9
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ public abstract class AbstractJReleaserOperation<S extends AbstractJReleaserOper
|
|||
List<String> args = new ArrayList<>();
|
||||
|
||||
if (project_ != null) {
|
||||
System.setProperty("JRELEASER_PROJECT_VERSION", project_.version().toString());
|
||||
args.add(javaTool());
|
||||
args.add("-cp");
|
||||
args.add(String.format("%s:%s:%s:%s", new File(project_.libTestDirectory(), "*"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue