From 61a8cb144c28cd2396c148064308cc6206a43373 Mon Sep 17 00:00:00 2001 From: evanchooly Date: Sun, 15 Dec 2024 16:14:28 -0500 Subject: [PATCH] just apply for now since we're not updating the pom yet --- .github/workflows/upgrades.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/upgrades.yml b/.github/workflows/upgrades.yml index 3ff8a260..280f9fd7 100644 --- a/.github/workflows/upgrades.yml +++ b/.github/workflows/upgrades.yml @@ -18,7 +18,4 @@ jobs: distribution: 'zulu' - name: Build with Tests run: | - mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \ - -Drewrite.recipeArtifactCoordinates=dev.morphia.morphia:rewrite:3.0.0-SNAPSHOT \ - -Drewrite.activeRecipes=dev.morphia.UpgradeToMorphia30 - mvn -e -U verify \ No newline at end of file + mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=dev.morphia.morphia:rewrite:3.0.0-SNAPSHOT -Drewrite.activeRecipes=dev.morphia.UpgradeToMorphia30