|
6 | 6 | - master |
7 | 7 | paths: |
8 | 8 | - 'examples/android-example/**' |
9 | | - - 'examples/kotlin-dataframe-plugin-example/**' |
| 9 | + - 'examples/kotlin-dataframe-plugin-gradle-example/**' |
| 10 | + - 'examples/kotlin-dataframe-plugin-maven-example/**' |
10 | 11 | workflow_dispatch: |
11 | 12 |
|
12 | 13 | jobs: |
|
22 | 23 | cd examples/android-example |
23 | 24 | zip -r ../../android-example.zip . -x "*.git*" "build/*" ".gradle/*" "*/build/*" |
24 | 25 |
|
25 | | - - name: Create kotlin-dataframe-plugin-example archive |
| 26 | + - name: Create kotlin-dataframe-plugin-gradle-example archive |
26 | 27 | run: | |
27 | | - cd examples/kotlin-dataframe-plugin-example |
28 | | - zip -r ../../kotlin-dataframe-plugin-example.zip . -x "*.git*" "build/*" ".gradle/*" "*/build/*" |
| 28 | + cd examples/kotlin-dataframe-plugin-gradle-example |
| 29 | + zip -r ../../kotlin-dataframe-plugin-gradle-example.zip . -x "*.git*" "build/*" ".gradle/*" "*/build/*" |
| 30 | +
|
| 31 | + - name: Create kotlin-dataframe-plugin-maven-example archive |
| 32 | + run: | |
| 33 | + cd examples/kotlin-dataframe-plugin-maven-example |
| 34 | + zip -r ../../kotlin-dataframe-plugin-maven-example.zip . -x "*.git*" "build/*" ".gradle/*" "*/build/*" |
| 35 | +
|
29 | 36 |
|
30 | 37 | - name: Checkout example-projects-archives branch |
31 | 38 | run: | |
|
58 | 65 | |
59 | 66 | **Download:** [android-example.zip](https://github.com/Kotlin/dataframe/raw/example-projects-archives/android-example.zip) |
60 | 67 | |
61 | | - ### Kotlin DataFrame Plugin Example |
62 | | - Example of using the compiler plugin for Kotlin DataFrame. |
| 68 | + ### Kotlin DataFrame Plugin Gradle Example |
| 69 | + Example of using the compiler plugin for Kotlin DataFrame in Gradle project. |
| 70 | + |
| 71 | + **Download:** [kotlin-dataframe-plugin-gradle-example.zip](https://github.com/Kotlin/dataframe/raw/example-projects-archives/kotlin-dataframe-plugin-gradle-example.zip) |
| 72 | + |
| 73 | + ### Kotlin DataFrame Plugin Maven Example |
| 74 | + Example of using the compiler plugin for Kotlin DataFrame in Gradle project. |
63 | 75 | |
64 | | - **Download:** [kotlin-dataframe-plugin-example.zip](https://github.com/Kotlin/dataframe/raw/example-projects-archives/kotlin-dataframe-plugin-example.zip) |
| 76 | + **Download:** [kotlin-dataframe-plugin-maven-example.zip](https://github.com/Kotlin/dataframe/raw/example-projects-archives/kotlin-dataframe-plugin-maven-example.zip) |
65 | 77 | |
66 | 78 | --- |
67 | 79 | |
|
0 commit comments