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() {
87
87
@ Test
88
88
void can_use_custom_catalog () {
89
89
build .settingsFile .appendText ("""
90
- dependencyResolutionManagement.versionCatalogs.create("modules ") {
90
+ dependencyResolutionManagement.versionCatalogs.create("moduleLibs ") {
91
91
version("org.apache.xmlbeans", "5.0.1")
92
92
version("com.fasterxml.jackson.databind", "2.12.5")
93
93
}""" );
94
94
build .appBuildFile .appendText ("""
95
- javaModuleDependencies.versionCatalogName.set("modules ")""" );
95
+ javaModuleDependencies.versionCatalogName.set("moduleLibs ")""" );
96
96
build .appModuleInfoFile .writeText ("""
97
97
module org.gradlex.test.app {
98
98
requires com.fasterxml.jackson.databind;
You can’t perform that action at this time.
0 commit comments