File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 - name : Bootstrap Melos
3838 run : melos bootstrap
3939 - name : Install Dependencies
40- run : dart pub get
40+ run : melos exec -- " dart pub get"
4141 - name : Run Docker Compose on Specific Package
4242 run : |
4343 melos exec -p openapi-generator -- docker-compose -f "docker-compose.yaml" up -d --build
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.6.10 '
2+ ext. kotlin_version = ' 1.9.20 '
33 repositories {
44 google()
55 mavenCentral()
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:4.1 .0'
9+ classpath ' com.android.tools.build:gradle:8.7 .0'
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
Original file line number Diff line number Diff line change 1- # Fri Jun 23 08:50:38 CEST 2017
1+ # Sat Nov 02 12:59:26 GMT 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9-bin.zip
45zipStoreBase =GRADLE_USER_HOME
56zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7-all.zip
You can’t perform that action at this time.
0 commit comments