- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for license_type (0.22 seconds)
-
TESTING.asciidoc
==== License type By default a node is started with the `basic` license type. In order to start with a different license type use the `-Drun.license_type` argument. In order to start a node with a trial license execute the following command: ------------------------------------- ./gradlew run -Drun.license_type=trial -------------------------------------
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jun 07 13:55:20 GMT 2021 - 32.5K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/LicenseAnalyzer.java
"available at www.elastic.co/elastic-geoip-database-service-terms.").replaceAll("\\s+", "\\\\s*"), Pattern.DOTALL))}; public static LicenseInfo licenseType(File licenseFile) { for (LicenseMatcher matcher : matchers) { boolean matches = matcher.matches(licenseFile); if (matches) {
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jul 27 00:12:58 GMT 2021 - 12.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/DependencyLicensesTask.java
checkFile(dependencyName, jarName, notices, "NOTICE"); File licenseFile = new File(licensesDir, getFileName(dependencyName, licenses, "LICENSE")); LicenseInfo licenseInfo = LicenseAnalyzer.licenseType(licenseFile); if (licenseInfo.isSourceRedistributionRequired()) { checkFile(dependencyName, jarName, sources, "SOURCES"); } } }
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jul 26 12:16:14 GMT 2021 - 14.3K bytes - Click Count (0)