File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/gradlex/javamodule/dependencies/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ void can_add_custom_mapping_via_properties_file_in_custom_location() {
8787 @ Test
8888 void can_use_custom_catalog () {
8989 build .settingsFile .appendText ("""
90- dependencyResolutionManagement.versionCatalogs.create("modules ") {
90+ dependencyResolutionManagement.versionCatalogs.create("moduleLibs ") {
9191 version("org.apache.xmlbeans", "5.0.1")
9292 version("com.fasterxml.jackson.databind", "2.12.5")
9393 }""" );
9494 build .appBuildFile .appendText ("""
95- javaModuleDependencies.versionCatalogName.set("modules ")""" );
95+ javaModuleDependencies.versionCatalogName.set("moduleLibs ")""" );
9696 build .appModuleInfoFile .writeText ("""
9797 module org.gradlex.test.app {
9898 requires com.fasterxml.jackson.databind;
You can’t perform that action at this time.
0 commit comments