File tree Expand file tree Collapse file tree
kafka-connect-fitbit-source
kafka-connect-oura-source Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[versions ]
22project = " 0.7.2"
33java = " 17"
4- gradle = " 8.13 "
4+ gradle = " 8.14 "
55kotlin = " 1.9.22"
66radarCommons = " 1.2.4"
77confluent = " 7.8.1"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=$BUILDPLATFORM gradle:8.13 -jdk17 AS builder
15+ FROM --platform=$BUILDPLATFORM gradle:8.14 -jdk17 AS builder
1616
1717RUN mkdir /code
1818WORKDIR /code
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=$BUILDPLATFORM gradle:8.13 -jdk17 AS builder
15+ FROM --platform=$BUILDPLATFORM gradle:8.14 -jdk17 AS builder
1616
1717RUN mkdir /code
1818WORKDIR /code
You can’t perform that action at this time.
0 commit comments