Skip to content

Commit

Permalink
shadowjar thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaaz committed Apr 16, 2020
1 parent e806886 commit 94b7db1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ apply plugin: 'java'
apply plugin: 'application'
apply plugin: 'maven'
apply plugin: 'idea'
//apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.github.johnrengelman.shadow'

mainClassName = 'emily.main.Launcher'
group = 'com.github.Kaaz'
version = '1.9.15'
version = '1.9.16'

description = "Emily discord bot"

Expand Down Expand Up @@ -68,4 +68,4 @@ dependencies {
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.9.3'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.3'
compile group: 'org.bots4j', name: 'wit-ai-client', version: '0.01'
}
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ Then continue with the following steps.
4. Build
Type `gradle fatJar` in the `DiscordBot` folder.
In the build/libs/ folder there should be a file called `Emily-all-{VERSION}.jar` (where version is the latest version number).
Type `gradle shadowJar` in the `DiscordBot` folder.
In the build/libs/ folder there should be a file called `Emily-{VERSION}-all.jar` (where version is the latest version number).
Move this file over to a location wherever you want to start the bot from.
5. Run
Expand Down
4 changes: 2 additions & 2 deletions readme_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ Then continue with the following steps.
4. Build
Type `gradle fatJar` in the `DiscordBot` folder.
In the build/libs/ folder there should be a file called `Emily-all-{VERSION}.jar` (where version is the latest version number).
Type `gradle shadowJar` in the `DiscordBot` folder.
In the build/libs/ folder there should be a file called `Emily-{VERSION}-all.jar` (where version is the latest version number).
Move this file over to a location wherever you want to start the bot from.
5. Run
Expand Down

0 comments on commit 94b7db1

Please sign in to comment.