File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This plugin simplifies running docker containers using Gradle and compose custom
1818Add the plugin dependency to the ` build.gradle.kts `
1919``` kotlin
2020plugins {
21- id(" com.wolfyscript.devtools.docker.run" ) version (" a2.1.0.0 " )
21+ id(" com.wolfyscript.devtools.docker.run" ) version (" a2.1.0.1 " )
2222}
2323```
2424> [ !note]
@@ -93,7 +93,7 @@ It uses the [itzg/minecraft-server](https://github.com/itzg/docker-minecraft-ser
9393Add the plugin dependency to the ` build.gradle.kts `
9494``` kotlin
9595plugins {
96- id(" com.wolfyscript.devtools.docker.minecraft_servers" ) version (" 2.0-SNAPSHOT " )
96+ id(" com.wolfyscript.devtools.docker.minecraft_servers" ) version (" a2.1.0.1 " )
9797}
9898```
9999## Configuring Servers
You can’t perform that action at this time.
0 commit comments