Skip to content

Commit 50a1ee6

Browse files
Add module to be used while testing
Signed-off-by: angrezichatterbox <gouthammohanraj@gmail.com>
1 parent c46cff6 commit 50a1ee6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

codegen/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,8 @@ kotlin {
9797
//tasks.named("spotlessKotlin").configure {
9898
// dependsOn("spotlessJava", "spotlessGroovyGradle", "compileTestJava", "processTestResources", "javadoc", "test", "jacocoTestReport")
9999
//}
100+
101+
102+
tasks.withType(Test).configureEach {
103+
jvmArgs '--add-modules', 'jdk.compiler'
104+
}

0 commit comments

Comments
 (0)