You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
println("Dependencies: GitLab repository not added. To resolve dependencies from the GitLab Package Repository, set gitlabUrl and gitlabPrivateToken.")
println("Dependencies: GitLab repository not added. To resolve dependencies from the GitLab Package Repository, set gitlabUrl and gitlabPrivateToken.")
29
+
}
30
+
}
31
+
32
+
val obxJniLibVersion:String by rootProject.extra
33
+
34
+
val junitVersion:String by rootProject.extra
35
+
36
+
dependencies {
37
+
implementation(project(":objectbox-java"))
38
+
39
+
// Check flag to use locally compiled version to avoid dependency cycles
40
+
if (!project.hasProperty("noObjectBoxTestDepencies")
0 commit comments