Skip to content

Commit

Permalink
Merge pull request #1 from jstastny-cz/RHPAM-3709
Browse files Browse the repository at this point in the history
load kie version for plugin reference string from properties
  • Loading branch information
baldimir authored Mar 28, 2024
2 parents 48a7bfd + 82e7455 commit 99b3e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
*/
public class MavenConfig {

public static final String DEPS_IN_MEMORY_BUILD_CLASSPATH = "org.kie.workbench.services:kie-wb-common-compiler-maven-plugins:build-classpath";
public static final String DEPS_IN_MEMORY_BUILD_CLASSPATH = "org.kie.workbench.services:kie-wb-common-compiler-maven-plugins:"
+ new ConfigurationUtil().loadKieVersionProperties().getProperty("KIE_VERSION") + ":build-classpath";

public static final String MAVEN_DEP_PLUGING_LOCAL_REPOSITORY = "-Dmdep.localRepoProperty=";

Expand Down

0 comments on commit 99b3e6b

Please sign in to comment.