Skip to content

Commit

Permalink
upgrade plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Dec 9, 2024
1 parent e06074a commit 7727124
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions gradle/layers.versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[versions]
xtraplatform-core = '6.3.0-SNAPSHOT'

8 changes: 6 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ buildscript {
}

plugins {
id "de.interactive_instruments.xtraplatform-settings" version "6.1.0-SNAPSHOT"
id "de.interactive_instruments.xtraplatform-settings" version "6.1.1"
}

def versions = xtraplatform.getCatalogVersions(file("gradle/layers.versions.toml"))

ext {
coreVersion = '6.3.0-build-plugins-SNAPSHOT'
coreVersionCatalog = versions['xtraplatform-core']

coreVersion = settings.hasProperty('coreVersionExt') ? settings.getProperty('coreVersionExt') : coreVersionCatalog
}

xtraplatform {
Expand Down

0 comments on commit 7727124

Please sign in to comment.