Skip to content

Commit

Permalink
Updated to latest openremote submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner committed Jan 31, 2024
1 parent aa23d16 commit e99117c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
projectName = custom-project
projectVersion = 1.0-SNAPSHOT
typescriptGeneratorVersion = 3.2.1263
2 changes: 1 addition & 1 deletion openremote
Submodule openremote updated 303 files
16 changes: 5 additions & 11 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
pluginManagement {
plugins {
id "com.cherryperry.gradle-file-encrypt" version "2.0.0"
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.3"
}
}

plugins {
id "com.cherryperry.gradle-file-encrypt" apply false
id "org.jetbrains.gradle.plugin.idea-ext" apply false
id "com.cherryperry.gradle-file-encrypt" version "2.0.3" apply false
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.3" apply false
id 'cz.habarta.typescript-generator' version "$typescriptGeneratorVersion" apply false
}

rootProject.name = "$projectName"
Expand All @@ -17,5 +11,5 @@ fileTree(dir: rootDir, include: "**/build.gradle", excludes: ["**/node_modules/*
.filter { it.parent != rootDir }
.filter { !file("${it.parent}/.buildignore").exists() }
.each {
include it.parent.replace(rootDir.canonicalPath, "").replace("\\", ":").replace("/", ":")
}
include it.parent.replace(rootDir.canonicalPath, "").replace("\\", ":").replace("/", ":")
}

0 comments on commit e99117c

Please sign in to comment.