Moved :tool assets into main resources source set

This commit is contained in:
Collin Smith 2020-11-24 18:28:15 -08:00
parent aafc1bf88b
commit 4a5ae7709a
4 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ subprojects {
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'application' apply plugin: 'application'
sourceSets.main.resources.srcDirs += project(':tools').file('assets')
idea.module.resourceDirs += project(':tools').file('assets')
dependencies { dependencies {
implementation project(':core') implementation project(':core')
implementation project(':tools') implementation project(':tools')

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB