Skip to content

Commit

Permalink
Updates ion-schema-schemas submodule and moves to resource directory (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt authored Jun 6, 2023
1 parent 70c75dc commit cab3378
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
path = ion-schema-tests
url = https://github.com/amazon-ion/ion-schema-tests.git
[submodule "ion-schema-schemas"]
path = ion-schema-schemas
path = ion-schema/src/main/resources/ion-schema-schemas
url = https://github.com/amazon-ion/ion-schema-schemas.git
1 change: 0 additions & 1 deletion ion-schema-schemas
Submodule ion-schema-schemas deleted from 00f103
7 changes: 1 addition & 6 deletions ion-schema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ dependencies {
}

processResources {
from('../ion-schema-schemas/isl/') {
into 'ion-schema-schemas/isl/'
}
from('../ion-schema-schemas/json/') {
into 'ion-schema-schemas/json/'
}
includes = ["ion-schema-schemas/**/*.isl"]
}

compileKotlin{
Expand Down
1 change: 1 addition & 0 deletions ion-schema/src/main/resources/ion-schema-schemas
Submodule ion-schema-schemas added at 0fb721

0 comments on commit cab3378

Please sign in to comment.