File tree Expand file tree Collapse file tree 5 files changed +2
-20
lines changed
Expand file tree Collapse file tree 5 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 2020
2121import io.spine.gradle.internal.DependencyResolution
2222import io.spine.gradle.internal.Deps
23+ import io.spine.gradle.internal.IncrementGuard
2324import io.spine.gradle.internal.PublishingRepos
2425
2526buildscript {
@@ -210,4 +211,5 @@ apply {
210211 from(Deps .scripts.publish(project))
211212 from(Deps .scripts.repoLicenseReport(project))
212213 from(Deps .scripts.generatePom(project))
214+ plugin(IncrementGuard ::class )
213215}
Original file line number Diff line number Diff line change 1919 */
2020
2121import com.github.psxpaul.task.ExecFork
22- import io.spine.gradle.internal.IncrementGuard
2322
2423plugins {
25- `java- library`
2624 id(" com.github.psxpaul.execfork" ).version(" 0.1.13" )
2725}
2826
29- apply<IncrementGuard >()
30-
31- val datastoreVersion: String by extra
3227val spineCoreVersion: String by extra
3328
3429dependencies {
Original file line number Diff line number Diff line change 1818 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1919 */
2020
21- import io.spine.gradle.internal.IncrementGuard
22-
23- plugins {
24- `java- library`
25- }
26-
27- apply<IncrementGuard >()
28-
2921dependencies {
3022 // Google Cloud Pubsub protos
3123 api(" com.google.api.grpc:proto-google-cloud-pubsub-v1:1.90.7" )
Original file line number Diff line number Diff line change 1818 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1919 */
2020
21- plugins {
22- `java- library`
23- }
24-
2521dependencies {
2622 api(" com.google.cloud:google-cloud-trace:1.2.6" )
2723}
Original file line number Diff line number Diff line change 1818 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1919 */
2020
21- import io.spine.gradle.internal.Deps
22-
2321dependencies {
2422 implementation(project(" :datastore" ))
25- Deps .test.junit5Api.forEach { implementation(it) }
2623}
You can’t perform that action at this time.
0 commit comments