Skip to content

Commit a3b02e0

Browse files
author
Krystian Panek
committed
Dir changed
1 parent ced8e54 commit a3b02e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/cognifide/gradle/environment/EnvironmentExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ open class EnvironmentExtension(val project: Project) : Serializable {
2323
* Path in which local AEM environment will be stored.
2424
*/
2525
val rootDir = obj.dir {
26-
convention(obj.projectDir(".environment"))
26+
convention(obj.projectDir(".gradle/environment"))
2727
prop.file("environment.rootDir")?.let { set(it) }
2828
}
2929

0 commit comments

Comments
 (0)