Skip to content

Commit d929829

Browse files
Merge 21.3.6 to 21.6
2 parents 1a34088 + c9315d1 commit d929829

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

standalone/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ plugins {
2727

2828
dependencies
2929
{
30-
implementation "org.labkey.api:issues:${labkeyVersion}" // An example of declaring a dependency on the API jar for a module
30+
// An example of declaring a dependency on the API jar for a module
31+
// implementation "org.labkey.api:issues:${labkeyVersion}"
3132
external "commons-beanutils:commons-beanutils:${commonsBeanutilsVersion}" // An external dependency to be included in the module's lib directory
3233
}

0 commit comments

Comments
 (0)