File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
kafka-connect-fitbit-source
kafka-connect-oura-source Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11@Suppress(" ConstPropertyName" , " MemberVisibilityCanBePrivate" )
22object Versions {
3- const val project = " 0.6.3 "
3+ const val project = " 0.6.4 "
44
55 const val java = 17
66 const val kotlin = " 1.9.22"
7- const val wrapper = " 8.9 "
7+ const val wrapper = " 8.13 "
88
99 const val radarCommons = " 1.2.4"
1010 const val confluent = " 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.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -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.9 -jdk17 AS builder
15+ FROM --platform=$BUILDPLATFORM gradle:8.13 -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.9 -jdk17 AS builder
15+ FROM --platform=$BUILDPLATFORM gradle:8.13 -jdk17 AS builder
1616
1717RUN mkdir /code
1818WORKDIR /code
You can’t perform that action at this time.
0 commit comments