Fix typo
This commit is contained in:
Hyojae Kim
2021-02-18 18:28:19 +09:00
committed by GitHub
parent a3fa6c6d13
commit 82ac482143
6 changed files with 7 additions and 7 deletions
@@ -477,7 +477,7 @@ internal abstract class AbstractKotlinPlugin(
}
}
// Setup conf2ScopeMappings so that the API dependencies are wriiten with the compile scope in the POMs in case of 'java' plugin
// Setup conf2ScopeMappings so that the API dependencies are written with the compile scope in the POMs in case of 'java' plugin
project.convention.getPlugin(MavenPluginConvention::class.java)
.conf2ScopeMappings.addMapping(0, project.configurations.getByName("api"), Conf2ScopeMappingContainer.COMPILE)
}