Skip to content

Commit

Permalink
update plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
austinarbor committed Sep 1, 2023
1 parent 00ffbfe commit 4b5e555
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class VersionCatalogGeneratorPluginTest {
versionCatalogs {
generate("jsonLibs") {
from("com.fasterxml.jackson:jackson-bom:2.15.2")
libraryAliasGenerator = dev.aga.gradle.versioncatalogs.GeneratorConfig.DEFAULT_ALIAS_GENERATOR
versionNameGenerator = dev.aga.gradle.versioncatalogs.GeneratorConfig.DEFAULT_VERSION_NAME_GENERATOR
}
}
}
Expand Down Expand Up @@ -100,6 +102,8 @@ class VersionCatalogGeneratorPluginTest {
versionCatalogs { vc ->
generate(vc, "jsonLibs") { cfg ->
cfg.from("com.fasterxml.jackson:jackson-bom:2.15.2")
cfg.libraryAliasGenerator = dev.aga.gradle.versioncatalogs.GeneratorConfig.DEFAULT_ALIAS_GENERATOR
cfg.versionNameGenerator = dev.aga.gradle.versioncatalogs.GeneratorConfig.DEFAULT_VERSION_NAME_GENERATOR
}
}
}
Expand Down

0 comments on commit 4b5e555

Please sign in to comment.