Skip to content

Commit

Permalink
Update gradle plugin ids (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-susanh authored Jan 4, 2024
1 parent 15169c2 commit cde99f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testresults/distributions_disabled/skyline/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.labkey.gradle.task.ModuleDistribution
import org.labkey.gradle.util.BuildUtils
import org.labkey.gradle.util.GroupNames

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

Distribution.inheritDependencies(project, ":server:distributions:legacy")

Expand All @@ -21,4 +21,4 @@ project.task(
dist.includeTarGZArchive=true
dist.extraFileIdentifier='-skyline'
}
)
)

0 comments on commit cde99f1

Please sign in to comment.