Skip to content

Commit

Permalink
Update donwload-jbr version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoester committed Nov 19, 2024
1 parent ca7c368 commit 1c074d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

plugins {
id("maven-publish")
id("download-jbr") version "1.5.269.964f94a"
id("download-jbr") version "1.28.0.441.896925d"
}

repositories {
Expand Down Expand Up @@ -90,8 +90,8 @@ object Versions {
// java
public const val jbr: String = "11_0_14_1-b1751.46"
public const val jbrsdk: String = "11_0_14_1-b1751.46"
//TODO: how to use this in plugins block?
public const val downloadJBR: String = "1.6.281.3790039"
//WARNING: This variable is not used - https://github.com/gradle/gradle/issues/9830
public const val downloadJBR: String = "1.28.0.441.896925d"

// mps
public const val mpsMajor: String = "2021"
Expand Down

0 comments on commit 1c074d9

Please sign in to comment.