Files
pork/tool/build.gradle.kts

34 lines
838 B
Plaintext
Raw Normal View History

plugins {
application
2023-09-04 21:50:27 -07:00
id("gay.pizza.pork.module")
build(deps): bump the gradle-updates group across 1 directory with 6 updates Bumps the gradle-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.github.jnr:jffi](https://github.com/jnr/jffi) | `1.3.12` | `1.3.13` | | [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.83.0` | `0.92.0` | | [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.8` | `9.0.2` | | org.jetbrains.intellij.platform | `2.6.0` | `2.7.2` | | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.2.10` | Updates `com.github.jnr:jffi` from 1.3.12 to 1.3.13 - [Commits](https://github.com/jnr/jffi/compare/jffi-1.3.12...jffi-1.3.13) Updates `com.charleskorn.kaml:kaml` from 0.83.0 to 0.92.0 - [Release notes](https://github.com/charleskorn/kaml/releases) - [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml) - [Commits](https://github.com/charleskorn/kaml/compare/0.83.0...0.92.0) Updates `com.gradleup.shadow` from 8.3.8 to 9.0.2 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...9.0.2) Updates `org.jetbrains.intellij.platform` from 2.6.0 to 2.7.2 Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.0 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.0...v2.2.10) Updates `org.jetbrains.kotlin:kotlin-serialization` from 2.2.0 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.0...v2.2.10) --- updated-dependencies: - dependency-name: com.github.jnr:jffi dependency-version: 1.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.charleskorn.kaml:kaml dependency-version: 0.92.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.gradleup.shadow dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-updates - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: org.jetbrains.kotlin:kotlin-serialization dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2025-08-19 07:45:09 +00:00
id("com.gradleup.shadow") version "9.0.2"
}
dependencies {
2023-09-11 02:34:28 -04:00
api(project(":minimal"))
2023-11-14 23:44:10 -08:00
api(project(":compiler"))
api(project(":vm"))
2025-07-03 03:18:11 -07:00
api("com.github.ajalt.clikt:clikt:5.0.3")
build(deps): bump the gradle-updates group across 1 directory with 6 updates Bumps the gradle-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.github.jnr:jffi](https://github.com/jnr/jffi) | `1.3.12` | `1.3.13` | | [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.83.0` | `0.92.0` | | [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.8` | `9.0.2` | | org.jetbrains.intellij.platform | `2.6.0` | `2.7.2` | | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.2.10` | Updates `com.github.jnr:jffi` from 1.3.12 to 1.3.13 - [Commits](https://github.com/jnr/jffi/compare/jffi-1.3.12...jffi-1.3.13) Updates `com.charleskorn.kaml:kaml` from 0.83.0 to 0.92.0 - [Release notes](https://github.com/charleskorn/kaml/releases) - [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml) - [Commits](https://github.com/charleskorn/kaml/compare/0.83.0...0.92.0) Updates `com.gradleup.shadow` from 8.3.8 to 9.0.2 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...9.0.2) Updates `org.jetbrains.intellij.platform` from 2.6.0 to 2.7.2 Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.0 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.0...v2.2.10) Updates `org.jetbrains.kotlin:kotlin-serialization` from 2.2.0 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.0...v2.2.10) --- updated-dependencies: - dependency-name: com.github.jnr:jffi dependency-version: 1.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.charleskorn.kaml:kaml dependency-version: 0.92.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.gradleup.shadow dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-updates - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: org.jetbrains.kotlin:kotlin-serialization dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] <support@github.com>
2025-08-19 07:45:09 +00:00
api("com.charleskorn.kaml:kaml:0.92.0")
implementation(project(":common"))
}
application {
2023-09-04 21:50:27 -07:00
applicationName = "pork"
2023-09-04 01:56:24 -07:00
mainClass.set("gay.pizza.pork.tool.MainKt")
applicationDefaultJvmArgs += "-XstartOnFirstThread"
applicationDefaultJvmArgs += "--enable-native-access=ALL-UNNAMED"
}
2023-09-04 21:50:27 -07:00
for (task in arrayOf(tasks.shadowDistTar, tasks.shadowDistZip, tasks.shadowJar)) {
val suffix = when {
task == tasks.shadowJar -> ""
task.name.startsWith("shadow") -> "-shadow"
else -> ""
}
task.get().archiveBaseName.set("pork${suffix}")
}
tasks.run.get().outputs.upToDateWhen { false }