Skip to content

Commit 3b54288

Browse files
committed
Fix ECJ injection script
1 parent c0b78be commit 3b54288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/add-development-ecj-to-maven-repository.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [[ -d ${target_dir} ]]; then
4646
fi
4747

4848
echo "Making ECJ directory"
49-
mkdir "${target_dir}"
49+
mkdir -pv "${target_dir}"
5050

5151
echo "Working out the latest ECJ POM to use..."
5252
latest_published_version=$(curl --fail --silent https://repo1.maven.org/maven2/org/eclipse/jdt/ecj/maven-metadata.xml \

0 commit comments

Comments
 (0)