Skip to content

Commit 12013db

Browse files
committed
Makefile: Use Nextcloud 32.0.0
info.xml: Remove BackgroundJobs\NotifyAdminJob
1 parent 30b4b71 commit 12013db

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ unittests:
8080
# Run bats tests
8181
.PHONY: bats
8282
bats:
83-
./scripts/run-app.sh "31.0.8" 1
83+
./scripts/run-app.sh "32.0.0" 1
8484
bats --verbose-run --timing --trace ./tests/bats
8585

8686
# Complete production like but static Nextcloud and app setup
8787
.PHONY: prod
8888
prod: oc
89-
./scripts/run-app.sh "31.0.8" 1
89+
./scripts/run-app.sh "32.0.0" 1
9090

9191
# Same as clean but also removes dependencies and build related folders
9292
.PHONY: distclean

appinfo/info.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ Please make sure the "Authentication Method" "Resource Owner Password Flow" is s
6060
<background-jobs>
6161
<job>OCA\GDataVaas\BackgroundJobs\ScanJob</job>
6262
<job>OCA\GDataVaas\BackgroundJobs\TagUnscannedJob</job>
63-
<job>OCA\GDataVaas\BackgroundJobs\NotifyAdminJob</job>
6463
</background-jobs>
6564
<commands>
6665
<command>OCA\GDataVaas\Command\GetTagIdCommand</command>

0 commit comments

Comments
 (0)