Skip to content

Commit

Permalink
updater gradle project build.gradle with a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Dec 12, 2023
1 parent c595526 commit b9a0ec5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testdata/gradle/gradleproject/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
apply plugin: 'groovy'
apply plugin: 'idea'

dependencies {
implementation "junit:junit:4.7"
}

version = 1.0
task initProject(description: 'Initialize project directory structure.') {
doLast {
Expand Down

0 comments on commit b9a0ec5

Please sign in to comment.