Skip to content

Commit c487e15

Browse files
Add build.gradle file in anticipation of removal of modules/build.gradle (LabKey#38)
1 parent b68a057 commit c487e15

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

demo/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
plugins {
2+
id 'org.labkey.build.module'
3+
}

exampleassay/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
plugins {
2+
id 'org.labkey.build.fileModule'
3+
}

interactiveTutorial/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
plugins {
2+
id 'org.labkey.build.fileModule'
3+
}

0 commit comments

Comments
 (0)