Skip to content

Commit

Permalink
Soft-deprecated Pi
Browse files Browse the repository at this point in the history
  • Loading branch information
KlemenDEV committed Mar 30, 2023
1 parent 6defcb3 commit fee3d51
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ Setup instructions can be found on the MCreator Link official website: https://m

Here are links to the current implementation of device support for the MCreator Link:

### [MCreator Link for Arduino](https://github.com/Pylo/MCreatorLinkArduino)
[![Build Status](https://travis-ci.com/Pylo/MCreatorLinkArduino.svg?branch=master)](https://travis-ci.com/Pylo/MCreatorLinkArduino)
### [MCreator Link for Arduino](https://github.com/Pylo/MCreatorLinkArduino) [![Build Status](https://travis-ci.com/Pylo/MCreatorLinkArduino.svg?branch=master)](https://travis-ci.com/Pylo/MCreatorLinkArduino)

### [MCreator Link for Raspberry Pi](https://github.com/Pylo/MCreatorLinkRaspberryPi)
[![Build Status](https://travis-ci.com/Pylo/MCreatorLinkRaspberryPi.svg?branch=master)](https://travis-ci.com/Pylo/MCreatorLinkRaspberryPi)
### [MCreator Link for Raspberry Pi](https://github.com/Pylo/MCreatorLinkRaspberryPi) (deprecated)

## Contributing

Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ task exportArduinoLibrary(type: Zip) {
from(files('./arduino'))
}

task exportRaspberryPiLibrary(type: Copy) {
/*task exportRaspberryPiLibrary(type: Copy) {
from('raspberrypi/build/libs/')
include 'mcreator-link-raspberrypi.jar'
into('build/export/')
Expand All @@ -151,7 +151,7 @@ task exportRaspberryPiSetupScript(type: Copy) {
include 'setup.sh'
into('build/export/')
rename { "rpisetup.sh" }
}
}*/

task exportJavadoc(type: Copy) {
from('build/docs/javadoc')
Expand All @@ -167,9 +167,9 @@ task exportAllButDev() {

dependsOn copyModIntoFinalBuild
dependsOn exportArduinoLibrary
dependsOn ':mcreator-link-raspberrypi:build'
dependsOn exportRaspberryPiLibrary
dependsOn exportRaspberryPiSetupScript
// dependsOn ':mcreator-link-raspberrypi:build'
// dependsOn exportRaspberryPiLibrary
// dependsOn exportRaspberryPiSetupScript
}

task exportDev() {
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include 'raspberrypi'
findProject(':raspberrypi')?.name = 'mcreator-link-raspberrypi'
// include 'raspberrypi'
// findProject(':raspberrypi')?.name = 'mcreator-link-raspberrypi'

0 comments on commit fee3d51

Please sign in to comment.