IntelliJ was a bit eager with their variable name refactoring, it seems

This commit is contained in:
lukaseder 2016-01-07 17:23:28 +01:00
parent 22893f6518
commit 5f306819ae

View File

@ -60,7 +60,7 @@
<plugins>
<!-- We're using the org.jooq.example.kotlin.getProperties plugin to load external org.jooq.example.kotlin.getProperties into Maven.
<!-- We're using the properties plugin to load external properties into Maven.
See this excellent blog post for an explanation:
http://www.petrikainulainen.net/programming/tips-and-tricks/creating-profile-specific-configuration-files-with-maven/ -->
<plugin>
@ -75,7 +75,7 @@
</goals>
<configuration>
<files>
<file>src/main/resources/config.org.jooq.example.kotlin.getProperties</file>
<file>src/main/resources/config.properties</file>
</files>
</configuration>
</execution>