Compare commits
2 Commits
f8a199fd6a
...
731e9264e3
| Author | SHA1 | Date | |
|---|---|---|---|
| 731e9264e3 | |||
| 8839ab52a2 |
@@ -73,6 +73,11 @@ subprojects {
|
||||
url 'https://repo.lucares.de/'
|
||||
content { includeGroup "org.lucares" }
|
||||
}
|
||||
maven {
|
||||
url "https://nexus.disco.lab/repository/maven-all/"
|
||||
allowInsecureProtocol = true
|
||||
content { excludeGroup "org.lucares" }
|
||||
}
|
||||
mavenCentral(content: { excludeGroup "org.lucares" })
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#db.base=D:/ws/pdb/dataNew
|
||||
#db.base=D:/ws/pdb2/databases/prod
|
||||
db.base=D:/ws/pdb/databases/prod
|
||||
db.base=c:/ws/pdb/databases/prod
|
||||
server.port=17333
|
||||
gnuplot.home=D:/ws/pdb/gnuplot-5.2
|
||||
cache.images.duration.seconds=86400
|
||||
|
||||
Reference in New Issue
Block a user