Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
QuasselDroid-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
QuasselDroid-ng
Commits
19efd53f
There was a problem fetching the pipeline summary.
Verified
Commit
19efd53f
authored
Apr 26, 2018
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Improve build performance
Signed-off-by:
Janne Koschinski
<
janne@kuschku.de
>
parent
81464963
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
gradle.properties
+26
-0
26 additions, 0 deletions
gradle.properties
invokergenerator/src/main/resources/META-INF/gradle/incremental.annotation.processors
+1
-0
1 addition, 0 deletions
...sources/META-INF/gradle/incremental.annotation.processors
with
29 additions
and
1 deletion
.gitignore
+
2
−
1
View file @
19efd53f
...
@@ -7,5 +7,6 @@
...
@@ -7,5 +7,6 @@
/captures
/captures
.externalNativeBuild
.externalNativeBuild
build/
build/
/*/schemas/
/reports/
/persistence/schemas/
/deploy.sh
/deploy.sh
This diff is collapsed.
Click to expand it.
gradle.properties
+
26
−
0
View file @
19efd53f
#
# QuasselDroid - Quassel client for Android
#
# Copyright (c) 2018 Janne Koschinski
# Copyright (c) 2018 Ken Børge Viktil
# Copyright (c) 2018 Magnus Fjell
# Copyright (c) 2018 Martin Sandsmark
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Project-wide Gradle settings.
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# Gradle settings configured through the IDE *will override*
...
@@ -15,3 +37,7 @@ org.gradle.parallel=true
...
@@ -15,3 +37,7 @@ org.gradle.parallel=true
org.gradle.configureondemand
=
false
org.gradle.configureondemand
=
false
# Enable new Android D8 Dexer
# Enable new Android D8 Dexer
android.enableD8
=
true
android.enableD8
=
true
# Enable gradle build cache
org.gradle.caching
=
true
# Enable android build cache
android.enableBuildCache
=
true
This diff is collapsed.
Click to expand it.
invokergenerator/src/main/resources/META-INF/gradle/incremental.annotation.processors
0 → 100644
+
1
−
0
View file @
19efd53f
de.kuschku.libquassel.annotations.InvokerProcessor,isolating
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment