mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Update Gradle to 8.13 (#1008)
Also: * Replace usages of deprecated APIs * Prevent `testStart*` tasks from writing to standard output
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import java.io.OutputStream
|
||||
import java.nio.charset.StandardCharsets
|
||||
import java.util.*
|
||||
import kotlin.io.path.createDirectories
|
||||
@@ -77,6 +78,7 @@ private fun Exec.configureTestStartFatJar(launcher: Provider<JavaLauncher>) {
|
||||
|
||||
inputs.files(tasks.shadowJar)
|
||||
executable = launcher.get().executablePath.asFile.absolutePath
|
||||
standardOutput = OutputStream.nullOutputStream()
|
||||
|
||||
argumentProviders.add(
|
||||
CommandLineArgumentProvider {
|
||||
|
||||
Reference in New Issue
Block a user