Skip to content

Commit

Permalink
Switch to SmallRye Config 3.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Mar 28, 2022
1 parent eb7171c commit 4c31674
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion jakarta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Note that this script also builds:
- A patched version of OpenRewrite (while waiting for integration of our patches)
- A patched version of the Rewrite Maven Plugin (to point to the patched OpenRewrite version)
- A patched version of the Kotlin Maven Plugin (to allow skipping the `main` compilation, it's required for the OpenRewrite run)
- SmallRye Config while waiting for a CR2

## Approach

Expand Down
2 changes: 1 addition & 1 deletion jakarta/rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ recipeList:
newValue: 3.0
- org.openrewrite.maven.ChangePropertyValue:
key: smallrye-config.version
newValue: 3.0.0-SNAPSHOT
newValue: 3.0.0-RC2
- org.openrewrite.maven.ChangePropertyValue:
key: smallrye-health.version
newValue: 4.0.0-RC1
Expand Down
12 changes: 6 additions & 6 deletions jakarta/transform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ if [ "${REWRITE_OFFLINE-false}" != "true" ]; then
popd

# Build SmallRye Config (temporary)
rm -rf target/smallrye-config
git clone [email protected]:smallrye/smallrye-config.git target/smallrye-config
pushd target/smallrye-config
git checkout jakarta
mvn clean install -DskipTests -DskipITs
popd
#rm -rf target/smallrye-config
#git clone [email protected]:smallrye/smallrye-config.git target/smallrye-config
#pushd target/smallrye-config
#git checkout jakarta
#mvn clean install -DskipTests -DskipITs
#popd

# Build Kotlin Maven Plugin to allow skipping main compilation
# (skipping test compilation is supported but not main)
Expand Down

0 comments on commit 4c31674

Please sign in to comment.