Files
openide/plugins/gradle/java/testData/testAddMavenDependencyIntoExistingBlock_after.gradle
Sergei Vorobyov 4142be31ef [gradle-maven] replaced compile on implementation in add maven dependency test
GitOrigin-RevId: 90c484a99c144c3c04c0c9721a8fd626d9d93066
2020-11-03 14:08:17 +00:00

4 lines
113 B
Groovy

dependencies{
implementation 'someGroupId:someArtifactId:1.0'
implementation 'testGroupId:testArtifactId:1.0'
}