aboutsummaryrefslogtreecommitdiffstats
path: root/z3/subprojects/solver-linux-aarch64/build.gradle.kts
blob: a8e7e2597458a130f60a6a382ef4861997a7e67b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * SPDX-FileCopyrightText: 2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: Apache-2.0
 */

plugins {
	id("tools.refinery.z3.gradle.java-library")
}

tasks.jar {
	// License information is redundant here, since it already gets added to the POM.
	exclude("**/*.license")
}