We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0db563 commit 997bd86Copy full SHA for 997bd86
2 files changed
.gitignore
@@ -0,0 +1,21 @@
1
+# Created by https://www.gitignore.io/api/java,gradle
2
+
3
4
+### Gradle ###
5
+.gradle
6
+.idea
7
+/build/
8
9
+# Ignore Gradle GUI config
10
+gradle-app.setting
11
12
+# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
13
+!gradle-wrapper.jar
14
15
+# Cache of project
16
+.gradletasknamecache
17
18
+# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
19
+# gradle/wrapper/gradle-wrapper.properties
20
21
+# End of https://www.gitignore.io/api/java,gradle
README.md
@@ -0,0 +1,16 @@
+## YAML Text Source
+A resource model source configured with static yaml text
+## Build
+```
+gradle clean build
+## Install
+cp build/libs/yaml-test-source.X.Y.Z.zip $RDECK_BASE/libext
0 commit comments