Skip to content

Commit

Permalink
Downgrade to Gradle 7.6 for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Aug 11, 2023
1 parent 439308b commit 708857d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package de.fayard.refreshVersions.core.internal.cli

import de.fayard.refreshVersions.core.internal.InternalRefreshVersionsApi
import java.util.Scanner
import kotlin.jvm.JvmInline

@InternalRefreshVersionsApi
interface CliGenericUi {
Expand All @@ -25,9 +24,8 @@ interface CliGenericUi {
): MenuEntryIndex
}

@JvmInline
@InternalRefreshVersionsApi
value class MenuEntryIndex(val value: Int)
inline class MenuEntryIndex(val value: Int)

private class CliGenericUiImpl : CliGenericUi {

Expand Down
2 changes: 1 addition & 1 deletion plugins/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 708857d

Please sign in to comment.