Skip to content

Commit c487e15

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

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

demo/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
plugins {
2+
id 'org.labkey.build.module'
3+
}

exampleassay/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
plugins {
2+
id 'org.labkey.build.fileModule'
3+
}

interactiveTutorial/build.gradle

Lines changed: 3 additions & 0 deletions
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)