Skip to content

Commit 582a514

Browse files
committed
Removed fixScripts Gradle task
1 parent 6ff110a commit 582a514

3 files changed

Lines changed: 1 addition & 22 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
- name: Build executable
3737
run: docker run --rm --volume ./build:/home/build/workspace/build --mac-address="C8:4B:D6:5C:C0:07" --name="build" examplejavawidget
3838

39-
- name: Remove tmp folder
40-
run: sudo rm -r ./build/tmp
41-
4239
- uses: actions/upload-artifact@v4
4340
with:
4441
name: build-artifact
@@ -60,5 +57,5 @@ jobs:
6057
path: ./build
6158

6259
- name: Run on device
63-
run: ./gradlew runOnDevice --info -x loadVee -x buildExecutable -x buildApplicationObjectFile -x fixScripts
60+
run: ./gradlew runOnDevice --info -x loadVee -x buildExecutable -x buildApplicationObjectFile
6461
shell: cmd

build.gradle.kts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,12 @@ dependencies {
2828
implementation("ej.library.eclasspath:stringtokenizer:1.2.0")
2929

3030
microejVee("com.nxp.vee.mimxrt1170:vee-port:3.0.0")
31-
//microejVee(files("./veePort.zip"))
3231
}
3332

3433
tasks.withType<Javadoc> {
3534
options.encoding = "UTF-8"
3635
}
3736

38-
/*
39-
tasks.register<Exec>("fixScripts") {
40-
dependsOn("loadVee")
41-
42-
//commandLine("find", ".", "-type", "f", "-name", "'*.sh'", "-exec", "sed", "-i", "'s/\\r$//'", "{}", "+")
43-
//commandLine("chmod", "+x", "/home/build/workspace/build/bsp/projects/nxpvee-ui/armgcc/build_flexspi_nor_sdram_release_evkb.sh")
44-
}
45-
46-
tasks.named("buildExecutable") {
47-
dependsOn("fixScripts")
48-
}
49-
*/
50-
5137
testing {
5238
suites {
5339
val test by getting(JvmTestSuite::class) {

runDockerfile.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)