Skip to content

Commit

Permalink
Merge pull request #4 from jacomago/gzip_and_protobuf
Browse files Browse the repository at this point in the history
Updates the library to use the apache httpclient5-fluent library for …
  • Loading branch information
slacmshankar authored May 22, 2023
2 parents c27324a + 1d86777 commit 0e231f1
Show file tree
Hide file tree
Showing 54 changed files with 1,797 additions and 28,570 deletions.
9 changes: 0 additions & 9 deletions .classpath

This file was deleted.

9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf

# These are Windows script files and should use crlf
*.bat text eol=crlf

11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
bin/
.idea/**
*iml

# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build
lib/build
.idea
23 changes: 0 additions & 23 deletions .project

This file was deleted.

95 changes: 0 additions & 95 deletions build.xml

This file was deleted.

6 changes: 6 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file was generated by the Gradle 'init' task.
# https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties

org.gradle.parallel=true
org.gradle.caching=true

Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 0e231f1

Please sign in to comment.