Skip to content

Commit e6ef7f6

Browse files
committed
don't run tests on changes that only impact markdown files
1 parent f16772e commit e6ef7f6

File tree

12 files changed

+921
-0
lines changed

12 files changed

+921
-0
lines changed

.classpath

Lines changed: 303 additions & 0 deletions
Large diffs are not rendered by default.

.evg.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
stepback: true
22
command_type: system
33

4+
ignore:
5+
- *.md
6+
47
variables:
58
- &assume_role_cmd
69
command: ec2.assume_role

.project

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>mongo-jdbc-driver</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>java.bs.JavaProblemChecker</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>com.microsoft.gradle.bs.importer.builder.BuildServerBuilder</name>
15+
<triggers>full,incremental,</triggers>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
</buildSpec>
20+
<natures>
21+
<nature>org.eclipse.jdt.core.javanature</nature>
22+
<nature>com.microsoft.gradle.bs.importer.GradleBuildServerProjectNature</nature>
23+
</natures>
24+
<filteredResources>
25+
<filter>
26+
<id>1731514921878</id>
27+
<name></name>
28+
<type>30</type>
29+
<matcher>
30+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
31+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
32+
</matcher>
33+
</filter>
34+
</filteredResources>
35+
<variableList>
36+
<variable>
37+
<name>bspSchemaVersion</name>
38+
<value>0.1.0</value>
39+
</variable>
40+
</variableList>
41+
</projectDescription>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=ignore
3+
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4+
org.eclipse.jdt.core.compiler.annotation.nonnull=javax.annotation.Nonnull
5+
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=javax.annotation.ParametersAreNonnullByDefault
6+
org.eclipse.jdt.core.compiler.annotation.nullable=javax.annotation.Nullable
7+
org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
8+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
9+
org.eclipse.jdt.core.compiler.compliance=1.8
10+
org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=warning
11+
org.eclipse.jdt.core.compiler.problem.nullReference=warning
12+
org.eclipse.jdt.core.compiler.problem.nullSpecViolation=warning
13+
org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=ignore
14+
org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
15+
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=enabled
16+
org.eclipse.jdt.core.compiler.source=1.8

demo/.classpath

Lines changed: 258 additions & 0 deletions
Large diffs are not rendered by default.

demo/.project

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>demo</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>java.bs.JavaProblemChecker</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>com.microsoft.gradle.bs.importer.builder.BuildServerBuilder</name>
15+
<triggers>full,incremental,</triggers>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
</buildSpec>
20+
<natures>
21+
<nature>org.eclipse.jdt.core.javanature</nature>
22+
<nature>com.microsoft.gradle.bs.importer.GradleBuildServerProjectNature</nature>
23+
</natures>
24+
<filteredResources>
25+
<filter>
26+
<id>1731514921876</id>
27+
<name></name>
28+
<type>30</type>
29+
<matcher>
30+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
31+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
32+
</matcher>
33+
</filter>
34+
</filteredResources>
35+
<variableList>
36+
<variable>
37+
<name>bspSchemaVersion</name>
38+
<value>0.1.0</value>
39+
</variable>
40+
</variableList>
41+
</projectDescription>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=ignore
3+
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4+
org.eclipse.jdt.core.compiler.annotation.nonnull=javax.annotation.Nonnull
5+
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=javax.annotation.ParametersAreNonnullByDefault
6+
org.eclipse.jdt.core.compiler.annotation.nullable=javax.annotation.Nullable
7+
org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
8+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
9+
org.eclipse.jdt.core.compiler.compliance=1.8
10+
org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=warning
11+
org.eclipse.jdt.core.compiler.problem.nullReference=warning
12+
org.eclipse.jdt.core.compiler.problem.nullSpecViolation=warning
13+
org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=ignore
14+
org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
15+
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=enabled
16+
org.eclipse.jdt.core.compiler.source=1.8

smoketest/.classpath

Lines changed: 186 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,186 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="build/resources/test" path="src/test/resources">
4+
<attributes>
5+
<attribute name="test" value="true"/>
6+
<attribute name="optional" value="true"/>
7+
<attribute name="gradle.buildServer" value="true"/>
8+
<attribute name="resource" value="true"/>
9+
</attributes>
10+
</classpathentry>
11+
<classpathentry kind="src" output="build/classes/java/test" path="src/test/java">
12+
<attributes>
13+
<attribute name="test" value="true"/>
14+
<attribute name="gradle.buildServer" value="true"/>
15+
</attributes>
16+
</classpathentry>
17+
<classpathentry kind="src" output="build/resources/main" path="src/main/resources">
18+
<attributes>
19+
<attribute name="optional" value="true"/>
20+
<attribute name="gradle.buildServer" value="true"/>
21+
<attribute name="resource" value="true"/>
22+
</attributes>
23+
</classpathentry>
24+
<classpathentry kind="src" output="build/classes/java/main" path="src/main/java">
25+
<attributes>
26+
<attribute name="optional" value="true"/>
27+
<attribute name="gradle.buildServer" value="true"/>
28+
</attributes>
29+
</classpathentry>
30+
<classpathentry kind="src" output="build/classes/java/test" path="build/generated/sources/annotationProcessor/java/test">
31+
<attributes>
32+
<attribute name="test" value="true"/>
33+
<attribute name="optional" value="true"/>
34+
<attribute name="gradle.buildServer" value="true"/>
35+
</attributes>
36+
</classpathentry>
37+
<classpathentry kind="src" output="build/classes/java/main" path="build/generated/sources/annotationProcessor/java/main">
38+
<attributes>
39+
<attribute name="optional" value="true"/>
40+
<attribute name="gradle.buildServer" value="true"/>
41+
</attributes>
42+
</classpathentry>
43+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JavaSE-1.8">
44+
<attributes>
45+
<attribute name="gradle.buildServer" value="true"/>
46+
</attributes>
47+
</classpathentry>
48+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/32.0.1-jre/6e5d51a72d142f2d40a57dfb897188b36a95b489/guava-32.0.1-jre.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/32.0.1-jre/f491b792f07e0a5dc5a6695ea2f3632263b317e4/guava-32.0.1-jre-sources.jar">
49+
<attributes>
50+
<attribute name="gradle.buildServer" value="true"/>
51+
</attributes>
52+
</classpathentry>
53+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.checkerframework/checker-qual/3.33.0/de2b60b62da487644fc11f734e73c8b0b431238f/checker-qual-3.33.0.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.checkerframework/checker-qual/3.33.0/ee4ecf6c55e3f2b05b839aa05c70f1298437ebe9/checker-qual-3.33.0-sources.jar">
54+
<attributes>
55+
<attribute name="gradle.buildServer" value="true"/>
56+
</attributes>
57+
</classpathentry>
58+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mongodb/mongodb-driver-core/5.2.0/27146b7dfddad37efef99b9062929e880a42bb50/mongodb-driver-core-5.2.0.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mongodb/mongodb-driver-core/5.2.0/e59aa44ef91f9cb67d2700e27fe252753bb6652/mongodb-driver-core-5.2.0-sources.jar">
59+
<attributes>
60+
<attribute name="gradle.buildServer" value="true"/>
61+
</attributes>
62+
</classpathentry>
63+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mongodb/bson/5.2.0/736c20cbf1d475739fc1630d5784fd1cf22d98b2/bson-5.2.0.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mongodb/bson/5.2.0/7d3e8ed9dc7975f39d943dd4a008de54ebe29718/bson-5.2.0-sources.jar">
64+
<attributes>
65+
<attribute name="gradle.buildServer" value="true"/>
66+
</attributes>
67+
</classpathentry>
68+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_annotations/2.18.0/89b684257096f548fa39a7df9fdaa409d4d4df91/error_prone_annotations-2.18.0.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_annotations/2.18.0/8781f46ef842929cf22e83273ef0d2091b96845f/error_prone_annotations-2.18.0-sources.jar">
69+
<attributes>
70+
<attribute name="gradle.buildServer" value="true"/>
71+
</attributes>
72+
</classpathentry>
73+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/2.8/c85270e307e7b822f1086b93689124b89768e273/j2objc-annotations-2.8.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/2.8/74fb66e276fc42784d884d51f841e35232bc90de/j2objc-annotations-2.8-sources.jar">
74+
<attributes>
75+
<attribute name="gradle.buildServer" value="true"/>
76+
</attributes>
77+
</classpathentry>
78+
<classpathentry kind="lib" path="/Users/nathanleniz/mongo/mongo-jdbc-driver/build/libs/mongodb-jdbc-3.0.0-alpha-libv1.0.0-alpha-1-SNAPSHOT-all.jar">
79+
<attributes>
80+
<attribute name="optional" value="true"/>
81+
<attribute name="gradle.buildServer" value="true"/>
82+
</attributes>
83+
</classpathentry>
84+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.0/8873bd0bb5cb9ee37f1b04578eb7e26fcdd44cb0/commons-lang3-3.0.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.0/d48f964b56a931ec2712ce5d411a40d114a69753/commons-lang3-3.0-sources.jar">
85+
<attributes>
86+
<attribute name="gradle.buildServer" value="true"/>
87+
</attributes>
88+
</classpathentry>
89+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mongodb/bson-record-codec/5.2.0/1cd4d3c451eff72de59a08515d9f9f068bd1fcab/bson-record-codec-5.2.0.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mongodb/bson-record-codec/5.2.0/5945b23265d834d928003be65f67896822506c9d/bson-record-codec-5.2.0-sources.jar">
90+
<attributes>
91+
<attribute name="gradle.buildServer" value="true"/>
92+
</attributes>
93+
</classpathentry>
94+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/b421526c5f297295adef1c886e5246c39d4ac629/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar">
95+
<attributes>
96+
<attribute name="gradle.buildServer" value="true"/>
97+
</attributes>
98+
</classpathentry>
99+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.aspectj/aspectjrt/1.9.7/ac42a7759a685a098b182bc0a39747f32f00adb0/aspectjrt-1.9.7.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.aspectj/aspectjrt/1.9.7/b81bf8b54cdbddf2f7f18d315b0f7fadc685ec00/aspectjrt-1.9.7-sources.jar">
100+
<attributes>
101+
<attribute name="gradle.buildServer" value="true"/>
102+
</attributes>
103+
</classpathentry>
104+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mongodb/mongodb-driver-sync/5.2.0/9754a6df98a9ac6ab9032782793cfab6695e5084/mongodb-driver-sync-5.2.0.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mongodb/mongodb-driver-sync/5.2.0/4d40994c69a98d9e0c0a8492c091f4e8e8f1cc8e/mongodb-driver-sync-5.2.0-sources.jar">
105+
<attributes>
106+
<attribute name="gradle.buildServer" value="true"/>
107+
</attributes>
108+
</classpathentry>
109+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1d064e61aad6c51cc77f9b59dc2cccc78e792f5a/failureaccess-1.0.1-sources.jar">
110+
<attributes>
111+
<attribute name="gradle.buildServer" value="true"/>
112+
</attributes>
113+
</classpathentry>
114+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/b19b5927c2c25b6c70f093767041e641ae0b1b35/jsr305-3.0.2-sources.jar">
115+
<attributes>
116+
<attribute name="gradle.buildServer" value="true"/>
117+
</attributes>
118+
</classpathentry>
119+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.apiguardian/apiguardian-api/1.1.0/fc9dff4bb36d627bdc553de77e1f17efd790876c/apiguardian-api-1.1.0.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.apiguardian/apiguardian-api/1.1.0/f3c15fe970af864390c8d0634c9f16aca1b064a8/apiguardian-api-1.1.0-sources.jar">
120+
<attributes>
121+
<attribute name="test" value="true"/>
122+
<attribute name="gradle.buildServer" value="true"/>
123+
</attributes>
124+
</classpathentry>
125+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-commons/1.5.2/9703df63b65d415b2a027d43ce908c625b3aedce/junit-platform-commons-1.5.2.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-commons/1.5.2/32912ebbdeda6dcc83fe50d0ca112a930a777b5f/junit-platform-commons-1.5.2-sources.jar">
126+
<attributes>
127+
<attribute name="test" value="true"/>
128+
<attribute name="gradle.buildServer" value="true"/>
129+
</attributes>
130+
</classpathentry>
131+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-engine/5.5.2/f597408bde45371548f9e9791da7981a1134328d/junit-jupiter-engine-5.5.2.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-engine/5.5.2/44d1543a802a072d87cc146d9d96223d61683617/junit-jupiter-engine-5.5.2-sources.jar">
132+
<attributes>
133+
<attribute name="test" value="true"/>
134+
<attribute name="gradle.buildServer" value="true"/>
135+
</attributes>
136+
</classpathentry>
137+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.9.10/211a2b4d3df1eeef2a6cacf78d74a1f725e7a840/byte-buddy-1.9.10.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.9.10/4a97f2b09ac6a9966e3aaddb4362b81d795d250b/byte-buddy-1.9.10-sources.jar">
138+
<attributes>
139+
<attribute name="test" value="true"/>
140+
<attribute name="gradle.buildServer" value="true"/>
141+
</attributes>
142+
</classpathentry>
143+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-engine/1.5.2/d5697f6ebe0b4d08c0210b5b98b4e1a40f40dfc6/junit-platform-engine-1.5.2.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-engine/1.5.2/6fc5769022fca2530aa2372824a2784a1e741d3f/junit-platform-engine-1.5.2-sources.jar">
144+
<attributes>
145+
<attribute name="test" value="true"/>
146+
<attribute name="gradle.buildServer" value="true"/>
147+
</attributes>
148+
</classpathentry>
149+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-api/5.5.2/6393db7e4c0265152d8fc4ff146633d1a7d36c47/junit-jupiter-api-5.5.2.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-api/5.5.2/22b57242e953bf2de96fd5a122bd697f18b2fcd2/junit-jupiter-api-5.5.2-sources.jar">
150+
<attributes>
151+
<attribute name="test" value="true"/>
152+
<attribute name="gradle.buildServer" value="true"/>
153+
</attributes>
154+
</classpathentry>
155+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.opentest4j/opentest4j/1.2.0/28c11eb91f9b6d8e200631d46e20a7f407f2a046/opentest4j-1.2.0.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.opentest4j/opentest4j/1.2.0/41d55b3c2254de9837b4ec8923cbd371b8a7eab5/opentest4j-1.2.0-sources.jar">
156+
<attributes>
157+
<attribute name="test" value="true"/>
158+
<attribute name="gradle.buildServer" value="true"/>
159+
</attributes>
160+
</classpathentry>
161+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-junit-jupiter/3.0.0/61cd4985a844f9147fc8d87a2fd221695925f6a6/mockito-junit-jupiter-3.0.0.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-junit-jupiter/3.0.0/271952c80fe3cc609e5235e95e263e97c2afaeb3/mockito-junit-jupiter-3.0.0-sources.jar">
162+
<attributes>
163+
<attribute name="test" value="true"/>
164+
<attribute name="gradle.buildServer" value="true"/>
165+
</attributes>
166+
</classpathentry>
167+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.9.10/9674aba5ee793e54b864952b001166848da0f26b/byte-buddy-agent-1.9.10.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.9.10/a00b33b443dc92a59ab01f21e37dd2aee07c4256/byte-buddy-agent-1.9.10-sources.jar">
168+
<attributes>
169+
<attribute name="test" value="true"/>
170+
<attribute name="gradle.buildServer" value="true"/>
171+
</attributes>
172+
</classpathentry>
173+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-core/3.0.0/15fd0225cb1858f6922f44776b1577ac26739279/mockito-core-3.0.0.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-core/3.0.0/1f4b18ba792c748a49b6c3274146f7bd21f9537c/mockito-core-3.0.0-sources.jar">
174+
<attributes>
175+
<attribute name="test" value="true"/>
176+
<attribute name="gradle.buildServer" value="true"/>
177+
</attributes>
178+
</classpathentry>
179+
<classpathentry kind="lib" path="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.objenesis/objenesis/2.6/639033469776fd37c08358c6b92a4761feb2af4b/objenesis-2.6.jar" sourcepath="/Users/nathanleniz/.gradle/caches/modules-2/files-2.1/org.objenesis/objenesis/2.6/96614f514a1031296657bf0dde452dc15e42fcb8/objenesis-2.6-sources.jar">
180+
<attributes>
181+
<attribute name="test" value="true"/>
182+
<attribute name="gradle.buildServer" value="true"/>
183+
</attributes>
184+
</classpathentry>
185+
<classpathentry kind="output" path="bin"/>
186+
</classpath>

smoketest/.project

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>smoketest</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>java.bs.JavaProblemChecker</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>com.microsoft.gradle.bs.importer.builder.BuildServerBuilder</name>
15+
<triggers>full,incremental,</triggers>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
</buildSpec>
20+
<natures>
21+
<nature>org.eclipse.jdt.core.javanature</nature>
22+
<nature>com.microsoft.gradle.bs.importer.GradleBuildServerProjectNature</nature>
23+
</natures>
24+
<filteredResources>
25+
<filter>
26+
<id>1731514921880</id>
27+
<name></name>
28+
<type>30</type>
29+
<matcher>
30+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
31+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
32+
</matcher>
33+
</filter>
34+
</filteredResources>
35+
<variableList>
36+
<variable>
37+
<name>bspSchemaVersion</name>
38+
<value>0.1.0</value>
39+
</variable>
40+
</variableList>
41+
</projectDescription>

0 commit comments

Comments
 (0)