feat: add custom field for large and small icons with urls #97
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: gradle_dependencies | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
build: | |
name: Dependencies | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- name: 'Checkout Repository' | |
uses: actions/checkout@v3 | |
- name: Run dependency submission | |
uses: mikepenz/gradle-dependency-submission@v0.9.0 | |
with: | |
use-gradlew: true | |
gradle-build-module: |- | |
:icons | |
:plugin:common | |
:plugin:v212 | |
:plugin:v223 | |
:plugin:v231 | |
:plugin:v232 | |
gradle-build-configuration: |- | |
compileClasspath |