Skip to content

Commit

Permalink
adjust layers
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Dec 4, 2024
1 parent 9706ee0 commit cea2de3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ plugins {
id "de.interactive_instruments.xtraplatform-settings" version "6.1.0-SNAPSHOT"
}

ext {
coreVersion = '6.3.0-build-plugins-SNAPSHOT'
}

xtraplatform {
//useMavenLocal()
includeOnlyIf { layer -> gradle.parent != null || settings.hasProperty('inc') }

layer group: 'de.interactive_instruments', name: 'xtraplatform-core', version: '6.3.0-build-plugins-SNAPSHOT'
layerInclude name: 'xtraplatform-core', group: 'de.interactive_instruments', version: coreVersion, path: '../', dir: 'xtraplatform'
}

rootProject.name = 'xtraplatform-native'

//includeBuild '../xtraplatform-build'
//includeBuild '../xtraplatform/xtraplatform-core'

0 comments on commit cea2de3

Please sign in to comment.