Skip to content

Commit

Permalink
Update build.gradle to add group vision to save & load
Browse files Browse the repository at this point in the history
  • Loading branch information
pogi7 authored Apr 16, 2024
1 parent 89121f6 commit db3d4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ task owlToOml(type:io.opencaesar.owl2oml.Owl2OmlTask, dependsOn: [downloadDepend
/*
* A task to load the OML dataset to Fuseki
*/
task load (dependsOn: owlLoad)
task load (dependsOn: owlLoad, group: 'vision')

/*
* A task to save the OML dataset from Fuseki
*/
task save (dependsOn: owlToOml)
task save (dependsOn: owlToOml, group: 'vision')

/*
* A task to query the OML dataset in Fuseki
Expand Down

0 comments on commit db3d4a6

Please sign in to comment.