Skip to content

Commit

Permalink
Update gradle plugin ids (#5092)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-susanh authored Jan 4, 2024
1 parent a9330dc commit 30906de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ sourceSets {
}
}


dependencies {
// declare a transitive labkey dependency so the dependencies of the labkey-client-api are copied into api's lib directory
// and so the dependencies are included in the dependencies.txt file.
Expand Down
2 changes: 1 addition & 1 deletion query/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ sourceSets {
}


apply plugin: 'org.labkey.antlr'
apply plugin: 'org.labkey.build.antlr'

0 comments on commit 30906de

Please sign in to comment.