Skip to content

Commit 0abfccf

Browse files
authored
Merge pull request #427 from marcingrzejszczak/removeShade
Works with Boot 4 and contract 5
2 parents c8dda60 + e8c60b1 commit 0abfccf

File tree

719 files changed

+30090
-37400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

719 files changed

+30090
-37400
lines changed

beer_contracts/.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 110 deletions
This file was deleted.
-57.4 KB
Binary file not shown.
Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
# Licensed to the Apache Software Foundation (ASF) under one
2-
# or more contributor license agreements. See the NOTICE file
3-
# distributed with this work for additional information
4-
# regarding copyright ownership. The ASF licenses this file
5-
# to you under the Apache License, Version 2.0 (the
6-
# "License"); you may not use this file except in compliance
7-
# with the License. You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing,
12-
# software distributed under the License is distributed on an
13-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14-
# KIND, either express or implied. See the License for the
15-
# specific language governing permissions and limitations
16-
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
1+
wrapperVersion=3.3.4
2+
distributionType=only-script
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip

beer_contracts/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ buildscript {
33
mavenCentral()
44
mavenLocal()
55
maven { url "https://repo.spring.io/snapshot" }
6-
maven { url "https://repo.spring.io/milestone" }
76
}
87
dependencies {
98
classpath "io.spring.gradle:dependency-management-plugin:1.0.10.RELEASE"
@@ -16,7 +15,6 @@ apply plugin: 'maven-publish'
1615

1716
group = 'com.example'
1817
version = '0.0.1-SNAPSHOT'
19-
sourceCompatibility = '17'
2018

2119
repositories {
2220
mavenCentral()

beer_contracts/example/pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.3.4</version>
17+
<version>4.0.0-M3</version>
1818
<relativePath/>
1919
</parent>
2020

@@ -75,14 +75,6 @@
7575
<enabled>true</enabled>
7676
</snapshots>
7777
</repository>
78-
<repository>
79-
<id>spring-milestones</id>
80-
<name>Spring Milestones</name>
81-
<url>https://repo.spring.io/milestone</url>
82-
<snapshots>
83-
<enabled>false</enabled>
84-
</snapshots>
85-
</repository>
8678
</repositories>
8779
<pluginRepositories>
8880
<pluginRepository>
@@ -93,14 +85,6 @@
9385
<enabled>true</enabled>
9486
</snapshots>
9587
</pluginRepository>
96-
<pluginRepository>
97-
<id>spring-milestones</id>
98-
<name>Spring Milestones</name>
99-
<url>https://repo.spring.io/milestone</url>
100-
<snapshots>
101-
<enabled>false</enabled>
102-
</snapshots>
103-
</pluginRepository>
10488
<pluginRepository>
10589
<id>spring-plugin-snapshots</id>
10690
<name>Spring Snapshots</name>

beer_contracts/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.daemon=false
2-
verifierVersion=4.1.4-SNAPSHOT
3-
bootVersion=3.3.4
4-
BOM_VERSION=2023.0.3-SNAPSHOT
2+
verifierVersion=5.0.0-SNAPSHOT
3+
bootVersion=4.0.0-M3
4+
BOM_VERSION=2025.1.0-SNAPSHOT
1.96 KB
Binary file not shown.

beer_contracts/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
54
networkTimeout=10000
65
validateDistributionUrl=true
76
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)