mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 23:13:30 +08:00
Polish "Fix Maven Kotlin JPA compiler plugin configuration"
Closes gh-868
This commit is contained in:
parent
b8e21636de
commit
e9d82c9edb
@ -49,6 +49,7 @@ class KotlinJpaMavenBuildCustomizerTests {
|
||||
assertThat(settings.getValue()).asList().element(0)
|
||||
.hasFieldOrPropertyWithValue("name", "plugin")
|
||||
.hasFieldOrPropertyWithValue("value", "jpa");
|
||||
assertThat(plugin.getDependencies()).hasSize(1);
|
||||
MavenPlugin.Dependency pluginDependency = plugin.getDependencies().get(0);
|
||||
assertThat(pluginDependency.getGroupId()).isEqualTo("org.jetbrains.kotlin");
|
||||
assertThat(pluginDependency.getArtifactId()).isEqualTo("kotlin-maven-noarg");
|
||||
|
Loading…
Reference in New Issue
Block a user