Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
ical4android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
tasn
ical4android
Commits
c0459f90
Commit
c0459f90
authored
5 years ago
by
tasn
Browse files
Options
Downloads
Patches
Plain Diff
Remove dokka as it was breaking build.
parent
20f4aecf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+0
-11
0 additions, 11 deletions
build.gradle
with
0 additions
and
11 deletions
build.gradle
+
0
−
11
View file @
c0459f90
buildscript
{
ext
.
versions
=
[
dokka:
'0.10.0'
,
ical4j:
'2.2.6'
]
...
...
@@ -13,7 +12,6 @@ buildscript {
dependencies
{
classpath
"com.android.tools.build:gradle:$rootProject.ext.gradle_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.dokka:dokka-android-gradle-plugin:${versions.dokka}"
}
}
...
...
@@ -24,7 +22,6 @@ repositories {
apply
plugin:
'com.android.library'
apply
plugin:
'kotlin-android'
apply
plugin:
'org.jetbrains.dokka'
android
{
compileSdkVersion
rootProject
.
ext
.
compileSdkVersion
...
...
@@ -51,14 +48,6 @@ android {
sourceSets
{
main
.
java
.
srcDirs
=
[
"src/main/java"
,
"opentasks-contract/src/main/java"
]
}
dokka
.
configuration
{
sourceLink
{
url
=
"https://gitlab.com/bitfireAT/ical4android/tree/master/"
lineSuffix
=
"#L"
}
jdkVersion
=
7
}
}
dependencies
{
...
...
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