Skip to content

Commit

Permalink
Fix broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven authored Feb 14, 2024
1 parent 1316252 commit 7b7ed6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("maven-publish")
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.7"
id("eclipse")
id("com.gtnewhorizons.retrofuturagradle") version "1.3.25"
id("com.gtnewhorizons.retrofuturagradle") version "1.3.33"
}

// Project properties
Expand Down
3 changes: 2 additions & 1 deletion example/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pluginManagement {
url = uri("https://nexus.gtnewhorizons.com/repository/public/")
mavenContent {
includeGroupByRegex("com\\.gtnewhorizons\\..+")
includeGroup("com.gtnewhorizons")
}
}
gradlePluginPortal()
Expand All @@ -18,5 +19,5 @@ pluginManagement {

plugins {
// Automatic toolchain provisioning
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}

0 comments on commit 7b7ed6b

Please sign in to comment.