Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing gradlew causes travis-ci to fail with wrong version of Gradle #3

Closed
alan412 opened this issue Sep 24, 2020 · 4 comments · Fixed by #7
Closed

Removing gradlew causes travis-ci to fail with wrong version of Gradle #3

alan412 opened this issue Sep 24, 2020 · 4 comments · Fixed by #7

Comments

@alan412
Copy link

alan412 commented Sep 24, 2020

The removal of gradlew causes travis-ci to fail. Don't know why it is needed by Travis or why it is no longer in 6.0

@Windwoes
Copy link
Member

Hmm this does look like it was accidentally omitted

@cmacfarl
Copy link
Member

Migration damage.

@CalKestis
Copy link
Collaborator

@alan412 You want to give this branch a spin and see if fixes your travis-ci problem?

https://github.com/FIRST-Tech-Challenge/FtcRobotController/tree/missing-gradlew

@alan412
Copy link
Author

alan412 commented Sep 25, 2020

That fixes the missing gradlew problem. There is still the #4 issue (lint)

I am tempted to propose a simple .travis.yml file to go into the repo - then anyone that has their repo as a public repo in GitHub will get Travis-CI building on all commits "for free". (My team actually has master protected so you can't push to it and you can't do a pull request until Travis-CI has successfully built it. A little thing but it makes sure that the master branch always builds.)

Here is the simplest one that will work:

.travis.yml (put in root dir)

language: android
dist: trusty
android:
  components:
    - build-tools-29.0.2
    - android-28

ishgar686 pushed a commit to ishgar686/FtcRobotController that referenced this issue Dec 26, 2020
Merge pull request #1 from aashrithbandaru/master
ishgar686 pushed a commit to ishgar686/FtcRobotController that referenced this issue Dec 26, 2020
19417Superstellar referenced this issue in 19417Superstellar/FtcRobotController Sep 2, 2021
19417Superstellar referenced this issue in 19417Superstellar/FtcRobotController Sep 2, 2021
Merge pull request #3 from 13201Hazmat/Noah-Roadrunner_integration
WWllTiger referenced this issue in ftc8580/FreightFrenzy Oct 16, 2021
KadenMcCarty added a commit to ValleyX/FtcRobotController that referenced this issue Nov 10, 2021
IsaccBarker referenced this issue in IsaccBarker/ARC Jan 25, 2022
…ions/IsaccBarker-security-conduct

Make Security File
Ghostjammer128 added a commit to FTC-14194/FtcRobotController that referenced this issue Jan 29, 2022
schsdrobotics pushed a commit to schsdrobotics/FtcRobotController-2021 that referenced this issue Feb 5, 2022
soh226 added a commit to Flying-Book/Nuclear_Fusion_Code that referenced this issue Feb 25, 2022
Recent code updated after meet FIRST-Tech-Challenge#3
 - 2/24/2024
Gabloctopi18 added a commit to Gabloctopi18/teamBagel that referenced this issue Dec 17, 2022
kskgit1 pushed a commit to kskgit1/FtcRobotController that referenced this issue Jan 6, 2023
shuhul referenced this issue in terraedu/RobotController Jan 21, 2023
- Ready for league meet #3
shuhul referenced this issue in terraedu/RobotController Jan 21, 2023
- Done with league meet #3
notjaisammpath referenced this issue in IronReign/FtcRobotController Jan 24, 2023
scorpneo pushed a commit to scorpneo/Mvrk that referenced this issue Mar 3, 2023
…twolflp-outside-workings

Midnightwolflp outside workings
MoonshotsLaptop pushed a commit to GA-Moonshots/Deimos that referenced this issue Nov 16, 2023
narehhovsepyan pushed a commit to narehhovsepyan/FtcRobotController that referenced this issue Nov 19, 2023
iFlezy added a commit to 201-991-Broncobotics/FTC-Command-Based that referenced this issue Nov 29, 2023
CRF1234 added a commit to Logical05/FTC that referenced this issue Nov 30, 2023
zigathustra added a commit to zigathustra/2024FTCCode-Season that referenced this issue Jan 17, 2024
rolerbot added a commit to rolerbot/cod that referenced this issue Aug 8, 2024
NevoQ added a commit to MishMash-12016/MM-Robot-Template that referenced this issue Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants