Skip to content

Releases: jpenilla/run-task

v3.0.2

11 Oct 03:40
v3.0.2
3a12460

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

03 Oct 03:39
v3.0.1
fdaa937

Choose a tag to compare

What's Changed

  • chore(deps): update gradle/actions action to v5 by @renovate[bot] in #129

Full Changelog: v3.0.0...v3.0.1

v3.0.0

07 Sep 20:43
v3.0.0
7e550e2

Choose a tag to compare

What's Changed

  • chore(deps): update actions/setup-java action to v5 by @renovate[bot] in #123
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #122
  • chore(deps): update plugin gradle-plugin-publish to v2 by @renovate[bot] in #126
  • fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.20.0 - autoclosed by @renovate[bot] in #124

Full Changelog: v3.0.0-beta.1...v3.0.0

v3.0.0-beta.1

01 Aug 20:46
v3.0.0-beta.1
a72ad04

Choose a tag to compare

v3.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • chore(deps): update dependency gradle to v8.10.2 by @renovate[bot] in #72
  • fix(deps): update dependency io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin to v1.7.3 by @renovate[bot] in #76
  • chore(deps): update plugin gradle-plugin-publish to v1.3.0 by @renovate[bot] in #71
  • chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 by @renovate[bot] in #90
  • fix(deps): update dependency io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin to v1.7.5 by @renovate[bot] in #84
  • fix(deps): update dependency io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin to v1.7.7 by @renovate[bot] in #91
  • chore(deps): update dependency gradle to v8.12 by @renovate[bot] in #89
  • fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.18.2 by @renovate[bot] in #78
  • fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.18.3 by @renovate[bot] in #100
  • chore(deps): update plugin gradle-plugin-publish to v1.3.1 by @renovate[bot] in #97
  • chore(deps): update dependency gradle to v8.13 by @renovate[bot] in #96
  • chore(deps): update dependency gradle to v8.14 by @renovate[bot] in #105
  • fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.19.0 by @renovate[bot] in #104
  • chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v1 by @renovate[bot] in #106
  • Switch to Fill v3 for PaperMC project downloads by @JRoy in #112
  • chore(deps): update dependency gradle to v8.14.3 by @renovate[bot] in #107
  • fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.19.1 by @renovate[bot] in #110
  • chore(deps): update indra to v3.2.0 by @renovate[bot] in #115
  • Support config cache by @jpenilla in #120
  • fix(deps): update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.19.2 by @renovate[bot] in #114

New Contributors

  • @JRoy made their first contribution in #112

Full Changelog: v2.3.1...v3.0.0-beta.1

v2.3.1

18 Aug 21:09
v2.3.1
5e03a1b

Choose a tag to compare

Changelog

Fixed

  • Build failure when trying to clear paperweight-userdev caches with run-paper applied

v2.3.0

01 May 18:03
v2.3.0
19a2afd

Choose a tag to compare

Changelog

Changed

  • Updated paperweight compatibility for Minecraft 1.20.5+
    • runMojangMappedServer has been deprecated and replaced by runDevBundleServer for clarity
    • When using 1.20.5+ dev bundles, the reobfJar will be ignored by automatic plugin detection
    • Requires updating paperweight to 1.7.0

v2.2.4

23 Apr 01:46
v2.2.4
e2c2e8f

Choose a tag to compare

Changelog

Added

  • The system property xyz.jpenilla.run-task is now set to true for run tasks.

Changed

  • No longer checks for a specific plugin ID when detecting shadowJar (adds compatibility with shadow forks)

2.2.3

02 Feb 22:27
v2.2.3
900f549

Choose a tag to compare

Changelog

Fixed

  • Gradle 8.6 compatibility

2.2.2

13 Nov 21:43
v2.2.2
133b939

Choose a tag to compare

Changelog

Changed

  • Set User-Agent to run-task when downloading plugins

Fixed

  • Modrinth metadata being wrongly validated as a jar file

2.2.1

13 Nov 04:41
v2.2.1
f8b06e7

Choose a tag to compare

Changelog

Added

  • Check that downloaded plugins are valid jar files (#35)

Fixed

  • Plugin file name instead of display name used in error message