Skip to content

Commit

Permalink
feat: Possibility to use MongoCampServer Version in PluginModule Defi…
Browse files Browse the repository at this point in the history
…nition `"$$MC_VERSION$$"` QuadStingray Yesterday 23:18
  • Loading branch information
QuadStingray committed Feb 11, 2024
1 parent fdd70fc commit 138ea9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object CoursierModuleService extends LazyLogging {

def loadMavenConfiguredDependencies(): List[File] = {
val modules = ConfigurationRead.noPublishReader.getConfigValue[List[String]](DefaultConfigurations.ConfigKeyPluginsModules)
loadMavenConfiguredDependencies(modules.map(mName => mName.replace(pnpp, BuildInfo.version)))
loadMavenConfiguredDependencies(modules.map(mName => mName.replace("$$MC_VERSION$$", BuildInfo.version)))
}

def loadMavenConfiguredDependencies(dependencyStrings: List[String]): List[File] = {
Expand Down

0 comments on commit 138ea9a

Please sign in to comment.