Skip to content

Commit cac427d

Browse files
committed
build update
1 parent f5dbdcd commit cac427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.savant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ target(name: "release", description: "Releases a full version of the project", d
111111
release.release()
112112
}
113113

114-
target(name: "idea", description: "Updates the IntelliJ IDEA module file") {
114+
target(name: "idea", description: "Updates the IntelliJ IDEA module file", dependsOn: ["pom"]) {
115115
idea.iml()
116116
}
117117

0 commit comments

Comments
 (0)