|
1 | 1 | /* |
2 | | - * Copyright 2012-2022 the original author or authors. |
| 2 | + * Copyright 2012-2023 the original author or authors. |
3 | 3 | * |
4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
5 | 5 | * you may not use this file except in compliance with the License. |
|
43 | 43 | import org.apache.commons.compress.archivers.ArchiveEntry; |
44 | 44 | import org.apache.hc.client5.http.io.HttpClientConnectionManager; |
45 | 45 | import org.apache.hc.core5.http.HttpRequest; |
| 46 | +import org.apache.hc.core5.http2.HttpVersionPolicy; |
46 | 47 | import org.gradle.testkit.runner.BuildResult; |
47 | 48 | import org.gradle.testkit.runner.GradleRunner; |
48 | 49 | import org.gradle.util.GradleVersion; |
@@ -123,7 +124,8 @@ private List<File> pluginClasspath() { |
123 | 124 | new File(pathOfJarContaining(LanguageSettings.class)), |
124 | 125 | new File(pathOfJarContaining(ArchiveEntry.class)), new File(pathOfJarContaining(BuildRequest.class)), |
125 | 126 | new File(pathOfJarContaining(HttpClientConnectionManager.class)), |
126 | | - new File(pathOfJarContaining(HttpRequest.class)), new File(pathOfJarContaining(Module.class)), |
| 127 | + new File(pathOfJarContaining(HttpRequest.class)), |
| 128 | + new File(pathOfJarContaining(HttpVersionPolicy.class)), new File(pathOfJarContaining(Module.class)), |
127 | 129 | new File(pathOfJarContaining(Versioned.class)), |
128 | 130 | new File(pathOfJarContaining(ParameterNamesModule.class)), |
129 | 131 | new File(pathOfJarContaining(JsonView.class)), new File(pathOfJarContaining(Platform.class)), |
|
0 commit comments