We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9b121 commit 893a967Copy full SHA for 893a967
src/main/java/pl/project13/core/PropertiesFileGenerator.java
@@ -123,7 +123,10 @@ public static OrderedProperties createOrderedProperties() {
123
.build();
124
}
125
126
- private static File craftPropertiesOutputFile(File projectDir, File propsFile) {
+ /**
127
+ * Used for up-to-date checks in maven plugin
128
+ */
129
+ public static File craftPropertiesOutputFile(File projectDir, File propsFile) {
130
File returnPath;
131
if (propsFile.isAbsolute()) {
132
returnPath = propsFile;
0 commit comments