1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <module external.linked.project.id=" demo_gradle_plugin_kor:test" external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$" external.system.id=" GRADLE" external.system.module.group=" com.easy.springboot" external.system.module.type=" sourceSet" external.system.module.version=" 1.0-SNAPSHOT" type =" JAVA_MODULE" version =" 4" >
3
+ <component name =" FacetManager" >
4
+ <facet type =" kotlin-language" name =" Kotlin" >
5
+ <configuration version =" 3" platform =" JVM 1.8" useProjectSettings =" false" >
6
+ <compilerSettings />
7
+ <compilerArguments >
8
+ <option name =" destination" value =" $MODULE_DIR$/build/classes/kotlin/test" />
9
+ <option name =" noStdlib" value =" true" />
10
+ <option name =" noReflect" value =" true" />
11
+ <option name =" moduleName" value =" demo_gradle_plugin_kor" />
12
+ <option name =" jvmTarget" value =" 1.8" />
13
+ <option name =" addCompilerBuiltIns" value =" true" />
14
+ <option name =" loadBuiltInsFromDependencies" value =" true" />
15
+ <option name =" languageVersion" value =" 1.2" />
16
+ <option name =" apiVersion" value =" 1.2" />
17
+ <option name =" pluginOptions" >
18
+ <array />
19
+ </option >
20
+ <option name =" pluginClasspaths" >
21
+ <array />
22
+ </option >
23
+ </compilerArguments >
24
+ </configuration >
25
+ </facet >
26
+ </component >
27
+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_8" >
28
+ <output-test url =" file://$MODULE_DIR$/out/test/classes" />
29
+ <exclude-output />
30
+ <content url =" file://$MODULE_DIR$/src/test" >
31
+ <sourceFolder url =" file://$MODULE_DIR$/src/test/groovy" isTestSource =" true" />
32
+ <sourceFolder url =" file://$MODULE_DIR$/src/test/java" isTestSource =" true" />
33
+ <sourceFolder url =" file://$MODULE_DIR$/src/test/kotlin" isTestSource =" true" />
34
+ <sourceFolder url =" file://$MODULE_DIR$/src/test/resources" type =" java-test-resource" />
35
+ </content >
36
+ <orderEntry type =" inheritedJdk" />
37
+ <orderEntry type =" sourceFolder" forTests =" false" />
38
+ <orderEntry type =" module" module-name =" demo_gradle_plugin_kor_main" />
39
+ <orderEntry type =" module-library" >
40
+ <library >
41
+ <CLASSES >
42
+ <root url =" jar://$USER_HOME$/soft/gradle-4.2.1/lib/gradle-installation-beacon-4.2.1.jar!/" />
43
+ </CLASSES >
44
+ <JAVADOC />
45
+ <SOURCES />
46
+ </library >
47
+ </orderEntry >
48
+ <orderEntry type =" module-library" >
49
+ <library >
50
+ <CLASSES >
51
+ <root url =" jar://$USER_HOME$/soft/gradle-4.2.1/lib/groovy-all-2.4.12.jar!/" />
52
+ </CLASSES >
53
+ <JAVADOC />
54
+ <SOURCES />
55
+ </library >
56
+ </orderEntry >
57
+ <orderEntry type =" module-library" >
58
+ <library >
59
+ <CLASSES >
60
+ <root url =" jar://$USER_HOME$/.gradle/caches/4.2.1/generated-gradle-jars/gradle-api-4.2.1.jar!/" />
61
+ </CLASSES >
62
+ <JAVADOC />
63
+ <SOURCES />
64
+ </library >
65
+ </orderEntry >
66
+ <orderEntry type =" library" name =" Gradle: org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.10" level =" project" />
67
+ <orderEntry type =" library" name =" Gradle: junit:junit:4.12" level =" project" />
68
+ <orderEntry type =" library" name =" Gradle: org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.10" level =" project" />
69
+ <orderEntry type =" library" name =" Gradle: org.jetbrains.kotlin:kotlin-stdlib:1.2.10" level =" project" />
70
+ <orderEntry type =" library" name =" Gradle: org.hamcrest:hamcrest-core:1.3" level =" project" />
71
+ <orderEntry type =" library" name =" Gradle: org.jetbrains:annotations:13.0" level =" project" />
72
+ </component >
73
+ <component name =" TestModuleProperties" production-module =" demo_gradle_plugin_kor_main" />
74
+ </module >
0 commit comments