Skip to content

Commit 1adf1a0

Browse files
committed
Update to Spine 1.2.1
1 parent e300228 commit 1adf1a0

File tree

5 files changed

+205
-314
lines changed

5 files changed

+205
-314
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ apply from: 'version.gradle'
4242

4343
ext {
4444
credentialsPropertyFile = 'credentials.properties'
45-
spineProtobufPluginId = 'io.spine.tools.spine-model-compiler'
4645

4746
projectsToPublish = ['datastore', 'stackdriver-trace', 'testutil-gcloud']
4847
}
@@ -146,7 +145,7 @@ subprojects {
146145
}
147146

148147
apply plugin: 'com.google.protobuf'
149-
apply plugin: spineProtobufPluginId
148+
apply plugin: 'io.spine.tools.spine-model-compiler'
150149
apply from: deps.scripts.modelCompiler
151150

152151
sourceSets {

config

0 commit comments

Comments
 (0)