File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def microModuleHandler = { ->
6060 File microModulePropertiesFile = new File (microModuleDir. absolutePath + ' \\ micro.properties' );
6161 if (! microModulePropertiesFile. exists()) return
6262
63- // read library properties
63+ // read micro module properties
6464 def microModuleProperties = new Properties ()
6565 microModulePropertiesFile. withInputStream { microModuleProperties. load(it) }
6666 microModuleProperties = new ConfigSlurper (). parse(microModuleProperties)
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ addLibrary = { libraryPath ->
5050
5151 def libraryName = file(libraryPath). name
5252
53- // read library properties
53+ // read micro module properties
5454 def libraryProperties = new Properties ()
5555 libraryPropertiesFile. withInputStream { libraryProperties. load(it) }
5656 libraryProperties = new ConfigSlurper (). parse(libraryProperties)
You can’t perform that action at this time.
0 commit comments