diff --git a/build_plugin.sh b/build_plugin.sh index e6189b82f..9b5864e0f 100755 --- a/build_plugin.sh +++ b/build_plugin.sh @@ -59,7 +59,7 @@ pushd "$BUILDDIR" git clone "$repository" "repo" pushd "repo" -git checkout "$commit" +git checkout "$commit^{commit}" SIGNING_KEY="" REPO_CREDS="" gradle \ --no-build-cache \ @@ -92,4 +92,4 @@ curl --fail \ --upload-file "$BUILDDIR/plugin.jar" "$LOCATION.jar" \ "${ICON_UPLOAD[@]}" -echo "Build Success" \ No newline at end of file +echo "Build Success"