Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wborn committed Oct 11, 2024
1 parent 05a28d9 commit 9e022d6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 3 deletions.
Empty file removed .gitmodules
Empty file.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ allprojects {
// }
// args.add("git")
// args.add("check-ignore")
// args.add("-q")
// args.addAll(project.getProperties().get("gradleFileEncrypt").plainFiles)
//
// commandLine args
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ openremoteVersion = 1.2.0-SNAPSHOT

jacksonVersion = 2.16.0
typescriptGeneratorVersion = 3.2.1263

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"packageManager": "yarn@4.1.0",
"private": true,
"workspaces": [
"openremote",
"ui/app/*",
"ui/component/*",
"ui/demo/*"
Expand Down
1 change: 0 additions & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies {
api project(":model")
api project(":agent")
testImplementation "io.openremote:openremote-test:$openremoteVersion"
// testImplementation(testFixtures())
}

tasks.withType(Test) {
Expand Down

0 comments on commit 9e022d6

Please sign in to comment.