Skip to content

Commit

Permalink
refactor: moved orchestrator to separate dir [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Sep 12, 2024
1 parent 724974e commit f32a43e
Show file tree
Hide file tree
Showing 75 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts → orchestrator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks.test {
}

/** We define these explicitly due to the reliance on Protobuf and gRPC. */
sourceSets { main { proto { srcDir("proto") } } }
sourceSets { main { proto { srcDir("../proto") } } }

/*
* Check this document for more info on the section below:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ test:JVMTestingPipeline
test:HttpFetch ,
test:HttpWriter ;
rdfc:dependency
<../../../../packages/http-utils-kt> ,
<../../../../packages/file-utils-kt> ,
<../../../../packages/shacl-validator-kt> .
<../../../../../packages/http-utils-kt> ,
<../../../../../packages/file-utils-kt> ,
<../../../../../packages/shacl-validator-kt> .

test:HttpFetch
a rdfc:HttpFetchKT ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ test:NodePipeline
test:FileWriter ,
test:ReportWriter ;
rdfc:dependency
<../../../../packages/runner-ts> ,
<../../../../packages/file-utils-ts> ,
<../../../../packages/shacl-validator-ts> .
<../../../../../packages/runner-ts> ,
<../../../../../packages/file-utils-ts> ,
<../../../../../packages/shacl-validator-ts> .

test:FileReader
a rdfc:FileReaderTS ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ test:PythonPipeline
test:ReportWriter ,
test:PythonProcessor ;
rdfc:dependency
<../../../../packages/runner-py> ,
<../../../../packages/file-utils-kt> ,
<../../../../packages/shacl-validator-py> .
<../../../../../packages/runner-py> ,
<../../../../../packages/file-utils-kt> ,
<../../../../../packages/shacl-validator-py> .

test:FileReader
a rdfc:FileReaderKT ;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/file-utils-kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("org.reflections:reflections:0.10.2")

// Processor class and other utilities.
implementation(files("../../build/libs/technology.idlab.jvm-runner-0.0.4-all.jar"))
implementation(files("../../orchestrator/build/libs/technology.idlab.jvm-runner-0.0.4-all.jar"))

// RDF dependencies.
implementation("org.apache.jena:apache-jena-libs:5.0.0")
Expand Down
2 changes: 1 addition & 1 deletion packages/http-utils-kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("org.reflections:reflections:0.10.2")

// Processor class and other utilities.
implementation(files("../../build/libs/technology.idlab.jvm-runner-0.0.4-all.jar"))
implementation(files("../../orchestrator/build/libs/technology.idlab.jvm-runner-0.0.4-all.jar"))

// RDF dependencies.
implementation("org.apache.jena:apache-jena-libs:5.0.0")
Expand Down
2 changes: 1 addition & 1 deletion packages/shacl-validator-kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("org.reflections:reflections:0.10.2")

// Processor class and other utilities.
implementation(files("../../build/libs/technology.idlab.jvm-runner-0.0.4-all.jar"))
implementation(files("../../orchestrator/build/libs/technology.idlab.jvm-runner-0.0.4-all.jar"))

// RDF dependencies.
implementation("org.apache.jena:apache-jena-libs:5.0.0")
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit f32a43e

Please sign in to comment.