Skip to content

Commit

Permalink
Fix config setting to follow standard conventions (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbranco80 authored Aug 23, 2024
1 parent 9f89f06 commit f5b8f49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import scala.util.control.NonFatal
object Rql2CompilerService {
val LANGUAGE: Set[String] = Set("rql2", "rql2-truffle", "snapi")

val JARS_PATH = "com.rawlabs.snapi.compiler.jars-path"
val JARS_PATH = "raw.snapi.compiler.jars-path"
}

class Rql2CompilerService(engineDefinition: (Engine, Boolean))(implicit protected val settings: RawSettings)
Expand Down

0 comments on commit f5b8f49

Please sign in to comment.