Skip to content

Commit

Permalink
Update JBR version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoester committed Nov 19, 2024
1 parent c706d69 commit ca7c368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ object Versions {
public const val artifactID: String = "dot"
public const val fullID: String = Versions.groupID + "." + Versions.artifactID
// java
public const val jbr: String = "11_0_10-b1145.96"
public const val jbrsdk: String = "11_0_10-b1145.96"
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"

Expand Down

0 comments on commit ca7c368

Please sign in to comment.