Skip to content

Commit 7aad49f

Browse files
committed
Simplify project used in GraalVmStarterTests
1 parent 6019c70 commit 7aad49f

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

platform-tooling-support-tests/projects/graalvm-starter/build.gradle.kts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,6 @@ tasks.test {
2828
}
2929

3030
val initializeAtBuildTime = mapOf(
31-
// These will be part of the next version of native-build-tools
32-
// see https://github.com/graalvm/native-build-tools/pull/693
33-
"5.13" to listOf(
34-
"org.junit.jupiter.api.DisplayNameGenerator\$IndicativeSentences",
35-
"org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor\$ClassInfo",
36-
"org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor\$LifecycleMethods",
37-
"org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor",
38-
"org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor",
39-
"org.junit.jupiter.engine.descriptor.DynamicDescendantFilter\$Mode",
40-
"org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector\$1",
41-
"org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor\$MethodInfo",
42-
"org.junit.jupiter.engine.discovery.ClassSelectorResolver\$DummyClassTemplateInvocationContext",
43-
"org.junit.platform.engine.support.store.NamespacedHierarchicalStore\$EvaluatedValue",
44-
"org.junit.platform.launcher.core.DiscoveryIssueNotifier",
45-
"org.junit.platform.launcher.core.HierarchicalOutputDirectoryProvider",
46-
"org.junit.platform.launcher.core.LauncherDiscoveryResult\$EngineResultInfo",
47-
"org.junit.platform.launcher.core.LauncherPhase",
48-
"org.junit.platform.suite.engine.DiscoverySelectorResolver",
49-
"org.junit.platform.suite.engine.SuiteTestDescriptor\$DiscoveryIssueForwardingListener",
50-
"org.junit.platform.suite.engine.SuiteTestDescriptor\$LifecycleMethods",
51-
),
5231
// These need to be added to native-build-tools
5332
"6.0" to listOf(
5433
"org.junit.platform.commons.util.KotlinReflectionUtils",

platform-tooling-support-tests/projects/graalvm-starter/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
// TODO Remove custom config in build.gradle.kts when upgrading
3+
// TODO Check if classes can be removed from `initializeAtBuildTime` in build.gradle.kts when upgrading
44
id("org.graalvm.buildtools.native") version "0.11.0"
55
}
66
repositories {

0 commit comments

Comments
 (0)