Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
added info about new branch to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingwersaft committed Feb 4, 2019
1 parent cc8b86f commit 7c03345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Gradle Plugin for deploying Files to Wildfly

***Compatibility:***
```
Successfully tested/known to work: Wildfly 10, Wildfly 14
Successfully tested/known to work: Wildfly 10, Wildfly 14, Wildfly 15
Jboss7: Use <version>-jboss7
Wildfly 15: Use <version>-wildfly15
```
If you have problems using cli batches, try the `-wildfly15` branch (see: #12).

## basic example (gradle kotlin-dsl)
Add deploy-wildfly-plugin to plugins:
Expand Down
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import org.gradle.kotlin.dsl.`kotlin-dsl`
import org.gradle.kotlin.dsl.extra
import org.gradle.kotlin.dsl.kotlin
import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformJvmPlugin
import org.jetbrains.kotlin.gradle.plugin.KotlinPluginWrapper
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.jetbrains.kotlin.serialization.js.DynamicTypeDeserializer.id

group = "com.mkring.wildlydeplyplugin"
version = "0.2.10"
Expand Down

0 comments on commit 7c03345

Please sign in to comment.