2019-02-25 04:51:10 +08:00
|
|
|
/*
|
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
|
* contributor license agreements. See the NOTICE file distributed with
|
|
|
|
|
* this work for additional information regarding copyright ownership.
|
2019-12-28 21:03:53 +08:00
|
|
|
* The ASF licenses this file to you under the Apache License, Version 2.0
|
2019-02-25 04:51:10 +08:00
|
|
|
* (the "License"); you may not use this file except in compliance with
|
|
|
|
|
* the License. You may obtain a copy of the License at
|
|
|
|
|
*
|
2019-12-28 21:03:53 +08:00
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
2019-02-25 04:51:10 +08:00
|
|
|
*
|
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
|
* limitations under the License.
|
|
|
|
|
*/
|
2023-05-09 21:01:44 +08:00
|
|
|
import com.gradle.enterprise.gradleplugin.internal.extension.BuildScanExtensionWithHiddenFeatures
|
2019-02-25 04:51:10 +08:00
|
|
|
|
2023-04-27 20:37:49 +08:00
|
|
|
import java.util.*
|
|
|
|
|
|
2019-10-16 23:17:56 +08:00
|
|
|
pluginManagement {
|
|
|
|
|
plugins {
|
2023-04-28 00:52:26 +08:00
|
|
|
id("com.github.vlsi.stage-vote-release") version "1.88"
|
2019-10-16 23:17:56 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-08-19 18:26:41 +08:00
|
|
|
plugins {
|
2023-05-19 13:34:01 +08:00
|
|
|
id("com.gradle.enterprise") version "3.13.2"
|
2023-05-09 21:01:44 +08:00
|
|
|
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.10"
|
2020-08-19 18:26:41 +08:00
|
|
|
}
|
|
|
|
|
|
2023-04-23 18:40:25 +08:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
// TODO: support enableMavenLocal
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-02-25 04:51:10 +08:00
|
|
|
// This is the name of a current project
|
|
|
|
|
// Note: it cannot be inferred from the directory name as developer might clone JMeter to jmeter_tmp folder
|
|
|
|
|
rootProject.name = "jmeter"
|
|
|
|
|
|
2023-04-23 18:40:25 +08:00
|
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
|
|
|
|
|
|
|
|
includeBuild("build-logic-commons")
|
|
|
|
|
includeBuild("build-logic")
|
|
|
|
|
|
2019-02-25 04:51:10 +08:00
|
|
|
include(
|
2021-11-16 15:33:01 +08:00
|
|
|
"src:bom",
|
2023-04-29 00:59:34 +08:00
|
|
|
"src:bom-testing",
|
2023-04-23 18:40:25 +08:00
|
|
|
"src:bom-thirdparty",
|
2021-11-16 15:33:01 +08:00
|
|
|
"src:bshclient",
|
|
|
|
|
"src:launcher",
|
|
|
|
|
"src:components",
|
|
|
|
|
"src:config",
|
|
|
|
|
"src:core",
|
|
|
|
|
"src:examples",
|
|
|
|
|
"src:functions",
|
|
|
|
|
"src:generator",
|
|
|
|
|
"src:jorphan",
|
|
|
|
|
"src:licenses",
|
|
|
|
|
"src:protocol:bolt",
|
|
|
|
|
"src:protocol:ftp",
|
|
|
|
|
"src:protocol:http",
|
|
|
|
|
"src:protocol:java",
|
|
|
|
|
"src:protocol:jdbc",
|
|
|
|
|
"src:protocol:jms",
|
|
|
|
|
"src:protocol:junit",
|
|
|
|
|
"src:protocol:junit-sample",
|
|
|
|
|
"src:protocol:ldap",
|
|
|
|
|
"src:protocol:mail",
|
|
|
|
|
"src:protocol:mongodb",
|
|
|
|
|
"src:protocol:native",
|
|
|
|
|
"src:protocol:tcp",
|
|
|
|
|
"src:release",
|
|
|
|
|
"src:testkit",
|
|
|
|
|
"src:testkit-wiremock",
|
2023-05-11 21:20:17 +08:00
|
|
|
"src:test-services",
|
2021-11-16 15:33:01 +08:00
|
|
|
"src:dist",
|
|
|
|
|
"src:dist-check"
|
|
|
|
|
)
|
2019-02-25 04:51:10 +08:00
|
|
|
|
|
|
|
|
// See https://github.com/gradle/gradle/issues/1348#issuecomment-284758705 and
|
|
|
|
|
// https://github.com/gradle/gradle/issues/5321#issuecomment-387561204
|
|
|
|
|
// Gradle inherits Ant "default excludes", however we do want to archive those files
|
|
|
|
|
org.apache.tools.ant.DirectoryScanner.removeDefaultExclude("**/.gitattributes")
|
|
|
|
|
org.apache.tools.ant.DirectoryScanner.removeDefaultExclude("**/.gitignore")
|
|
|
|
|
|
|
|
|
|
fun String?.toBool(nullAs: Boolean, blankAs: Boolean, default: Boolean) =
|
|
|
|
|
when {
|
|
|
|
|
this == null -> nullAs
|
|
|
|
|
isBlank() -> blankAs
|
|
|
|
|
default -> !equals("false", ignoreCase = true)
|
|
|
|
|
else -> equals("true", ignoreCase = true)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
fun property(name: String) =
|
2021-11-16 15:33:01 +08:00
|
|
|
when (extra.has(name)) {
|
|
|
|
|
true -> extra.get(name) as? String
|
|
|
|
|
else -> null
|
|
|
|
|
}
|
2019-02-25 04:51:10 +08:00
|
|
|
|
|
|
|
|
if (property("localReleasePlugins").toBool(nullAs = false, blankAs = true, default = false)) {
|
2021-11-16 15:33:01 +08:00
|
|
|
// This enables to use local clone of vlsi-release-plugins for debugging purposes
|
|
|
|
|
includeBuild("../vlsi-release-plugins")
|
2019-02-25 04:51:10 +08:00
|
|
|
}
|
|
|
|
|
|
2020-08-19 18:26:41 +08:00
|
|
|
val isCiServer = System.getenv().containsKey("CI")
|
|
|
|
|
|
2023-05-09 21:01:44 +08:00
|
|
|
gradleEnterprise {
|
|
|
|
|
server = "https://ge.apache.org"
|
|
|
|
|
allowUntrustedServer = false
|
|
|
|
|
|
|
|
|
|
buildScan {
|
|
|
|
|
capture { isTaskInputFiles = true }
|
|
|
|
|
isUploadInBackground = !isCiServer
|
|
|
|
|
publishAlways()
|
|
|
|
|
this as BuildScanExtensionWithHiddenFeatures
|
|
|
|
|
publishIfAuthenticated()
|
|
|
|
|
obfuscation {
|
|
|
|
|
ipAddresses { addresses -> addresses.map { "0.0.0.0" } }
|
2020-08-19 18:26:41 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-02-25 04:51:10 +08:00
|
|
|
// Checksum plugin sources can be validated at https://github.com/vlsi/vlsi-release-plugins
|
|
|
|
|
buildscript {
|
2019-09-20 04:53:17 +08:00
|
|
|
dependencies {
|
2019-10-16 23:17:56 +08:00
|
|
|
classpath("com.github.vlsi.gradle:checksum-dependency-plugin:${settings.extra["com.github.vlsi.checksum-dependency.version"]}") {
|
2019-09-20 04:53:17 +08:00
|
|
|
// Gradle ships kotlin-stdlib which is good enough
|
|
|
|
|
exclude("org.jetbrains.kotlin", "kotlin-stdlib")
|
2019-02-25 04:51:10 +08:00
|
|
|
}
|
2021-12-03 17:00:14 +08:00
|
|
|
// Remove when Autostyle updates jgit dependency
|
|
|
|
|
classpath("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
|
2019-09-20 04:53:17 +08:00
|
|
|
}
|
|
|
|
|
repositories {
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
2019-02-25 04:51:10 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Note: we need to verify the checksum for checksum-dependency-plugin itself
|
2019-09-20 04:53:17 +08:00
|
|
|
val expectedSha512 = mapOf(
|
2021-12-03 17:00:14 +08:00
|
|
|
// TODO: remove JavaEWAH-1.1.12.jar, org.eclipse.jgit-5.13.0.202109080827-r.jar, slf4j-api-1.7.30.jar when Autostyle updates jgit
|
|
|
|
|
"ECBBFD1C6593AFBAA4CA7F65E10BC67B12FF75EB221E490051522FAC8D291B202A0A165644A9C5AC9E5618CD771817C9052F171E5E6210CB021DF5A6E4CBF787"
|
|
|
|
|
to "JavaEWAH-1.1.12.jar",
|
2023-05-09 21:01:44 +08:00
|
|
|
"F9ED8AA41A3B085F534B5298DD9552773AA5D4194C60C1C6299F7EAC82CBD02C26C834CDE7D9B00605D5DF85F50FDE2A144653F1186B9BFC916D84569230518"
|
|
|
|
|
to "common-custom-user-data-gradle-plugin-1.10.jar",
|
2021-12-03 17:00:14 +08:00
|
|
|
"768DBB3BA2649A7025338197B4703B414983E4608138719B0D69201F7F49E57E0454846B41B775B135B083F820824749DA6121F20A812C4F155A97F09C9B15AC"
|
|
|
|
|
to "org.eclipse.jgit-5.13.0.202109080827-r.jar",
|
|
|
|
|
"E5435852569DDA596BA46138AF8EE9C4ECBA8A7A43F4F1E7897AEB4430523A0F037088A7B63877DF5734578F19D331F03D7B0F32D5AE6C425DF211947B3E6173"
|
|
|
|
|
to "slf4j-api-1.7.30.jar",
|
2023-05-19 13:34:01 +08:00
|
|
|
"2625BD9FF15E17D47F678453B856E161E70E9460DB4DC05275CFE1EF7F6ACF8D2DC2CA8F2D59BB1B6E6DD1AD9CA617A41358FA03840A4D9FF18E231278FCAE13"
|
|
|
|
|
to "gradle-enterprise-gradle-plugin-3.13.2.jar",
|
2023-01-11 00:43:18 +08:00
|
|
|
"4E240B7811EF90C090E83A181DACE41DA487555E4136221861B0060F9AF6D8B316F2DD0472F747ADB98CA5372F46055456EF04BDC0C3992188AB13302922FCE9"
|
|
|
|
|
to "bcpg-jdk15on-1.70.jar",
|
|
|
|
|
"7DCCFC636EE4DF1487615818CFA99C69941081DF95E8EF1EAF4BCA165594DFF9547E3774FD70DE3418ABACE77D2C45889F70BCD2E6823F8539F359E68EAF36D1"
|
|
|
|
|
to "bcprov-jdk15on-1.70.jar",
|
2019-09-20 04:53:17 +08:00
|
|
|
"17DAAF511BE98F99007D7C6B3762C9F73ADD99EAB1D222985018B0258EFBE12841BBFB8F213A78AA5300F7A3618ACF252F2EEAD196DF3F8115B9F5ED888FE827"
|
2021-11-16 15:33:01 +08:00
|
|
|
to "okhttp-4.1.0.jar",
|
2019-09-20 04:53:17 +08:00
|
|
|
"93E7A41BE44CC17FB500EA5CD84D515204C180AEC934491D11FC6A71DAEA761FB0EECEF865D6FD5C3D88AAF55DCE3C2C424BE5BA5D43BEBF48D05F1FA63FA8A7"
|
2021-11-16 15:33:01 +08:00
|
|
|
to "okio-2.2.2.jar",
|
2019-10-16 23:17:56 +08:00
|
|
|
settings.extra["com.github.vlsi.checksum-dependency.sha512"].toString()
|
2021-11-16 15:33:01 +08:00
|
|
|
to "checksum-dependency-plugin.jar"
|
2019-09-20 04:53:17 +08:00
|
|
|
)
|
2019-02-25 04:51:10 +08:00
|
|
|
|
|
|
|
|
fun File.sha512(): String {
|
2019-09-20 04:53:17 +08:00
|
|
|
val md = java.security.MessageDigest.getInstance("SHA-512")
|
|
|
|
|
forEachBlock { buffer, bytesRead ->
|
|
|
|
|
md.update(buffer, 0, bytesRead)
|
|
|
|
|
}
|
2023-04-27 20:37:49 +08:00
|
|
|
return BigInteger(1, md.digest()).toString(16).uppercase(Locale.ROOT)
|
2019-02-25 04:51:10 +08:00
|
|
|
}
|
|
|
|
|
|
2019-09-20 04:53:17 +08:00
|
|
|
val violations =
|
|
|
|
|
buildscript.configurations["classpath"]
|
|
|
|
|
.resolve()
|
|
|
|
|
.sortedBy { it.name }
|
|
|
|
|
.associateWith { it.sha512() }
|
|
|
|
|
.filterNot { (_, sha512) -> expectedSha512.contains(sha512) }
|
|
|
|
|
.entries
|
|
|
|
|
.joinToString("\n ") { (file, sha512) -> "SHA-512(${file.name}) = $sha512 ($file)" }
|
2019-02-25 04:51:10 +08:00
|
|
|
|
2019-10-05 18:37:40 +08:00
|
|
|
if (violations.isNotBlank()) {
|
2020-08-19 18:26:41 +08:00
|
|
|
throw GradleException("Buildscript classpath has files that were not explicitly permitted:\n $violations")
|
2019-10-05 18:37:40 +08:00
|
|
|
}
|
|
|
|
|
|
2019-02-25 04:51:10 +08:00
|
|
|
apply(plugin = "com.github.vlsi.checksum-dependency")
|
2019-12-28 05:32:21 +08:00
|
|
|
|
|
|
|
|
// This enables to try local Autostyle
|
|
|
|
|
property("localAutostyle")?.ifBlank { "../autostyle" }?.let {
|
|
|
|
|
println("Importing project '$it'")
|
2020-02-15 02:45:45 +08:00
|
|
|
includeBuild(it)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
property("localDarklaf")?.ifBlank { "../darklaf" }?.let {
|
|
|
|
|
println("Importing project '$it'")
|
|
|
|
|
includeBuild(it)
|
2019-12-28 05:32:21 +08:00
|
|
|
}
|
2023-05-09 21:01:44 +08:00
|
|
|
|
|
|
|
|
buildCache {
|
|
|
|
|
local {
|
|
|
|
|
isEnabled = !isCiServer
|
|
|
|
|
}
|
|
|
|
|
remote(gradleEnterprise.buildCache) {
|
|
|
|
|
isEnabled = false
|
|
|
|
|
}
|
|
|
|
|
}
|