Skip to content

Commit

Permalink
Add import for shadowjar
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Oct 9, 2024
1 parent 0277eab commit 96dc4ce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Begin by establishing a Gradle project for your Typewriter extension. Below is a

Add the following to your `build.gradle.kts` file:
```kotlin title="build.gradle.kts"
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
kotlin("jvm") version "2.0.20"
id("com.typewritermc.module-plugin") version "<module plugin version>"
Expand Down Expand Up @@ -83,6 +85,8 @@ Begin by establishing a Gradle project for your Typewriter extension. Below is a

Add the following to your `build.gradle.kts` file:
```kotlin title="build.gradle.kts"
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
kotlin("jvm") version "2.0.20"
id("com.typewritermc.module-plugin") version "<module plugin version>"
Expand Down

0 comments on commit 96dc4ce

Please sign in to comment.