Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
OGM-1595 Update and fix the maven wrapper plugin
Browse files Browse the repository at this point in the history
It needs this extra property:
```
 <distributionType>bin</distributionType>
```

Or the deploy to OSSRH will fail
  • Loading branch information
Hibernate-CI committed Sep 24, 2024
1 parent 816950c commit 1e57155
Show file tree
Hide file tree
Showing 5 changed files with 451 additions and 311 deletions.
Binary file added .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionType=bin
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
Loading

0 comments on commit 1e57155

Please sign in to comment.