We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced8e54 commit a3b02e0Copy full SHA for a3b02e0
src/main/kotlin/com/cognifide/gradle/environment/EnvironmentExtension.kt
@@ -23,7 +23,7 @@ open class EnvironmentExtension(val project: Project) : Serializable {
23
* Path in which local AEM environment will be stored.
24
*/
25
val rootDir = obj.dir {
26
- convention(obj.projectDir(".environment"))
+ convention(obj.projectDir(".gradle/environment"))
27
prop.file("environment.rootDir")?.let { set(it) }
28
}
29
0 commit comments