Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DistributionProjectArtifact (0.57 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionBwcSetupPlugin.java

            }
    
            // Create build tasks for the JDBC driver used for compatibility testing
            String jdbcProjectDir = "x-pack/plugin/sql/jdbc";
    
            DistributionProjectArtifact jdbcProjectArtifact = new DistributionProjectArtifact(
                new File(checkoutDir.get(), jdbcProjectDir + "/build/distributions/x-pack-sql-jdbc-" + bwcVersion.get() + "-SNAPSHOT.jar"),
                null
            );
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Aug 18 09:11:28 GMT 2021
    - 14.5K bytes
    - Click Count (0)
Back to Top