Skip to content

Commit

Permalink
chore: fix java integration tests
Browse files Browse the repository at this point in the history
they need codeMakerOutputs as well
  • Loading branch information
DanielMSchmidt committed Oct 16, 2023
1 parent bfa135a commit 13a8a48
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/java/edge/cdktf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"language": "java",
"app": "./gradlew run",
"codeMakerOutput": "imports",
"terraformProviders": ["hashicorp/null@~> 3.1.0"],
"context": {}
}
1 change: 1 addition & 0 deletions test/java/no-color-command-option-test/cdktf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"language": "java",
"app": "./gradlew run",
"codeMakerOutput": "imports",
"terraformProviders": [],
"context": {}
}
1 change: 1 addition & 0 deletions test/java/provider-add-command/cdktf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"language": "java",
"app": "./gradlew run",
"codeMakerOutput": "imports",
"terraformProviders": [],
"context": {}
}
1 change: 1 addition & 0 deletions test/java/provider-list-command/cdktf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"language": "java",
"app": "./gradlew run",
"codeMakerOutput": "imports",
"terraformProviders": [],
"context": {}
}
1 change: 1 addition & 0 deletions test/java/provider-upgrade-command/cdktf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"language": "java",
"app": "./gradlew run",
"codeMakerOutput": "imports",
"terraformProviders": [],
"context": {}
}
1 change: 1 addition & 0 deletions test/java/synth-app/cdktf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"language": "java",
"app": "./gradlew run",
"codeMakerOutput": "imports",
"terraformProviders": ["hashicorp/null@~> 3.1.0", "hashicorp/random@= 3.1.3"],
"context": {}
}
1 change: 1 addition & 0 deletions test/java/testing-matchers/cdktf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"language": "java",
"app": "./gradlew run",
"codeMakerOutput": "imports",
"terraformProviders": ["kreuzwerker/docker@~> 2.0"],
"context": {}
}

0 comments on commit 13a8a48

Please sign in to comment.