New: gradleAll contenthive-129948krhive-196917zzanhive-185836hive-183959hive-180932hive-166405steemhive-144064hive-150122hive-101145uncommonlabhive-188619hive-183397hive-184714bitcoinhive-145157hive-180301krsuccesslifehive-193637hive-103599hive-139150motivationTrendingNewHotLikersastrapi69 (26)in gradle • 8 months agoUpdate Your Version Automatically In GradleUpdate Your Version Automatically With A Gradle Plugin In the first part of this series, we explored how to utilize a TOML file for version cataloging in Gradle, enhancing project…astrapi69 (26)in toml • 8 months agoVersion Catalog with TOML in GradleIntroduction In modern software development, managing dependencies efficiently is crucial for maintaining scalable and maintainable projects. Gradle, a powerful build tool used predominantly in…areitz (25)in android • 6 years agoThe Gradle Profiler: Part Two, finding the best JVM args.The Gradle Profiler: Part Two, finding the best JVM args. In part one I covered what the Gradle Profiler is and how to use it. This time I will be taking a closer look at how to make your…areitz (25)in android • 6 years agoThe Gradle Profiler: Part 1 IntroductionThe Gradle Profiler: Part 1 Introduction The Gradle Profiler is a tool that I’ve been using a lot lately for both my personal and work projects. It was mentioned briefly during one of the…javierjmc (48)in android • 6 years agoSharing Code Between Test and AndroidTestWho else wanted to share some code between test and androidTest ? It's very common to have some collection of methods or variables used for testing, and more often than not we land in a…kingori2 (33)in android • 7 years ago여러개의 사내 배포 aar을 사용할 때 로컬 캐시로 인한 문제를 빨리 파악하기애플리케이션 프로젝트 C에서 사내 배포 aar 프로젝트 A를 사용하는데, 이 녀석은 다시 다른 사내 배포 aar 프로젝트 B 를 사용하는 중이다. 또한 C는 B를 직접 참고하고 있기도 하다. C -> A(by aar) -> B(by aar)masudrana (63)in utopian-io • 7 years agoLogo contribution to gradle play publisherRepository Details This is my contribution to Gradle Plugin which allow user to upload his APK and metadata to the Google Play Store .I visited their github page and created an issue…a186r (25)in android • 7 years agogradle下载超时的问题今天又碰到gradle相关的问题了,这都是防火墙导致的,之前解决的时候是下载在本地,使用本地gradle离线编译,可是这次却失败了,折腾很久没好,最后删除了.gradle文件夹,然后清除android studio缓存并且重启android…kevinhatan (25)in docker • 7 years agoHow to prevent downloading of Gradle dependencies when doing docker run for gradle projectsWrite these entries into your Dockerfile as follows: RUN mkdir -p /root/.gradle ENV HOME /root VOLUME /root/.gradle In your docker run command, you just need to amount your root .gradle folder…saashtechnology (27)in android • 7 years agoGradle and Plugin info for developing error free Android apps in Android StudioHi Steemians, I would like to update everyone with the updates of developing error free Android apps in Android Studio because many find issues because of plugin/gradle version issues Set the…rizkimufrizal (25)in java • 7 years agosteemCreated with Sketch.Instalasi Perlengkapan Coding JavaUntuk melakukan coding java, ada beberapa hal yang harus kita lakukan dintaranya adalah Instalasi JDK (Java Development Kit) Instalasi build tool java Instalasi IDE java Pada…singhpratyush (59)in elasticsearch • 7 years agoUsing NodeBuilder to instantiate node based Elasticsearch client and Visualizing dataAs elastic.io mentions, Elasticsearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases. But in many setups, it is not possible to manually…gubatron (46)in java • 8 years agoGRADLE: HOW TO ADD A LIST OF LOCAL .JAR FILES TO THE BUILD CLASSPATHSometimes you don’t want/cant use maven repos, all you have is a bunch of local jars on disk that you want to use as part of your compilation classpath, and the freaking gradle documentation is too…gubatron (46)in java • 8 years ago[SOLVED] GRADLE: HOW TO INCREASE THE JAVA COMPILER’S AVAILABLE HEAP MEMORYThe documentation is not very clear on what all the available options are… after much Googling and many different attempts finally figured out how to raise the maximum heap of the compiler from…