Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 504fec3

Browse files
committed
OGM-1595 Update and fix maven wrapper
It needs this extra property: ```xml <distributionType>bin</distributionType> ``` Or the deploy to OSSRH will fail
1 parent 816950c commit 504fec3

File tree

5 files changed

+451
-311
lines changed

5 files changed

+451
-311
lines changed

.mvn/wrapper/maven-wrapper.jar

61.6 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
wrapperVersion=3.3.2
18-
distributionType=only-script
18+
distributionType=bin
1919
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
20+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

0 commit comments

Comments
 (0)