Skip to content

Commit

Permalink
Merge pull request #139 from couchbaselabs/cb_lite_main
Browse files Browse the repository at this point in the history
Adding Couchbase Lite Support into the plugin
  • Loading branch information
deniswsrosa authored Nov 30, 2023
2 parents f8f641b + faad206 commit 70be128
Show file tree
Hide file tree
Showing 221 changed files with 14,295 additions and 3,437 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build/


### IntelliJ IDEA ###
.idea/sonarlint/
.idea/gradle.xml
.idea/modules.xml
.idea/jarRepositories.xml
Expand Down
3 changes: 1 addition & 2 deletions .idea/gradle.xml

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

24 changes: 0 additions & 24 deletions .run/Run IDE with Plugin.run.xml

This file was deleted.

4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,20 @@ repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
maven { url = uri("https://mobile.maven.couchbase.com/maven2/dev/") }
}

dependencies {
implementation("org.projectlombok:lombok:1.18.28")
implementation(files("lib/couchbase-lite-java-ee-3.1.3-7-release.jar"))
annotationProcessor("org.projectlombok:lombok:1.18.30")
compileOnly("org.projectlombok:lombok:1.18.30")
implementation("com.couchbase.client:java-client:3.4.11")
implementation("org.slf4j:slf4j-simple:2.0.7")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r")
implementation("com.google.code.gson:gson:2.10.1")


implementation("com.google.code.gson:gson:2.10.1")

implementation("com.opencsv:opencsv:5.5.2") // OpenCSV
Expand All @@ -51,7 +54,6 @@ dependencies {
implementation("com.vladsch.flexmark:flexmark:0.64.8")
implementation("com.vladsch.flexmark:flexmark-ext-tables:0.64.8")
implementation("com.vladsch.flexmark:flexmark-html2md-converter:0.64.8")

}

// Configure Gradle IntelliJ Plugin
Expand Down
Binary file added lib/couchbase-lite-java-ee-3.1.3-7-release.jar
Binary file not shown.
Loading

0 comments on commit 70be128

Please sign in to comment.