You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2020/09/14 16:38:56 UTC

[lucene-solr] 38/39: Update versions.lock after cherry-picks

This is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a commit to branch reference_impl_gradle_updates
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit df4857d61f9b3313137e11733b71f0fef8bb33f9
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Mon Jul 20 12:35:29 2020 +0200

    Update versions.lock after cherry-picks
---
 build.gradle  | 18 ++++++++++++++++++
 versions.lock |  6 ++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 25a6185..9efac5b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -181,3 +181,21 @@ apply from: file('gradle/hacks/hashmapAssertions.gradle')
 
 apply from: file('gradle/solr/packaging.gradle')
 apply from: file('gradle/solr/solr-forbidden-apis.gradle')
+
+allprojects {
+  task ufclasspath {
+    doLast{
+      File ufPath = new File(project.getRootDir().getParentFile(), "unitflier/run/solr");
+      if (configurations.hasProperty('testRuntimeClasspath')) {
+        java.io.File file = new java.io.File(ufPath, project.projectDir.name + '.txt');
+        file.getParentFile().mkdirs();
+        file.write project.projectDir.toString() + "\n"
+        file << sourceSets.test.output.classesDirs.asPath + "\n"
+        file << project.projectDir.toString() + "/src/test-files" + ":" + project.projectDir.toString() + "/src/resources" + ":" + sourceSets.main.output.classesDirs.asPath + ":"
+        file << sourceSets.test.output.classesDirs.asPath + ":"
+        file << configurations.testRuntimeClasspath.asPath + "\n"
+      }
+    }
+  }
+}
+
diff --git a/versions.lock b/versions.lock
index b58ceda..a95d941 100644
--- a/versions.lock
+++ b/versions.lock
@@ -23,8 +23,9 @@ com.github.jnr:jnr-posix:3.0.49 (2 constraints: f0161b5b)
 com.github.jnr:jnr-unixsocket:0.20 (1 constraints: 4a09d497)
 com.github.virtuald:curvesapi:1.06 (1 constraints: db04f530)
 com.github.zafarkhaja:java-semver:0.9.0 (1 constraints: 0b050636)
-com.google.code.findbugs:jsr305:3.0.2 (1 constraints: 170aecb4)
-com.google.errorprone:error_prone_annotations:2.3.4 (1 constraints: 1b0af2b4)
+com.google.code.findbugs:annotations:3.0.1 (1 constraints: 0605fb35)
+com.google.code.findbugs:jsr305:3.0.2 (2 constraints: cd195721)
+com.google.errorprone:error_prone_annotations:2.4.0 (2 constraints: 220fdb86)
 com.google.guava:failureaccess:1.0.1 (1 constraints: 140ae1b4)
 com.google.guava:guava:29.0-jre (2 constraints: 4217cc34)
 com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (1 constraints: bd17c918)
@@ -86,6 +87,7 @@ joda-time:joda-time:2.9.9 (1 constraints: 8a0972a1)
 junit:junit:4.12 (2 constraints: 3e1e6104)
 net.arnx:jsonic:1.2.7 (2 constraints: db10d4d1)
 net.hydromatic:eigenbase-properties:1.1.5 (1 constraints: 0905f835)
+net.jcip:jcip-annotations:1.0 (1 constraints: 560ff165)
 net.minidev:accessors-smart:1.2 (1 constraints: e60926a4)
 net.minidev:json-smart:2.3 (1 constraints: a40c49ff)
 net.sf.saxon:Saxon-HE:10.2 (1 constraints: d704f330)