Skip to content

Commit

Permalink
Re-added deleted properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Apr 3, 2023
1 parent 7433ee9 commit f0f2ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static void benchmark(String name, Consumer<String> msgReceiver, Runnable
}

public static void configureGlobalSettings() {
System.setProperty("jena.geosparql.skip", String.valueOf(true));
// System.setProperty("jena.geosparql.skip", String.valueOf(true));
RDFLanguages.init();

// Disable creation of a derby.log file ; triggered by the GeoSPARQL module
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rdf-processing-toolkit.version=${project.version}
rdf-processing-toolkit.build.timestamp=${timestamp}

0 comments on commit f0f2ce3

Please sign in to comment.