Skip to content

Instantly share code, notes, and snippets.

{
"schemaVersion": 1,
"label": "status",
"message": "under development",
"color": "orange"
}
@pjean
pjean / brew-perms.sh
Last active March 5, 2018 21:54 — forked from jaibeee/brew-perms.sh
Configure homebrew permissions to allow multiple users on MAC OSX. Any user from the admin group will be able to manage the homebrew and cask installation on the machine.
#!/bin/sh
# Configure homebrew permissions to allow multiple users on MAC OSX.
# Any user from the admin group will be able to manage the homebrew and cask installation on the machine.
# allow admins to manage homebrew's local install directory
chgrp -R admin /usr/local/*
chmod -R g+w /usr/local/*
@pjean
pjean / gist:8469878
Created January 17, 2014 07:59
Gradle 1.10, error with the scala plugin.
08:55:47.922 [INFO] [org.gradle.BuildLogger] Starting Build
08:55:47.925 [DEBUG] [org.gradle.BuildLogger] Gradle user home: /Users/philou/.gradle
08:55:47.926 [DEBUG] [org.gradle.BuildLogger] Current dir: /Users/philou/Temp/tests
08:55:47.926 [DEBUG] [org.gradle.BuildLogger] Settings file: null
08:55:47.926 [DEBUG] [org.gradle.BuildLogger] Build file: null
08:55:47.942 [DEBUG] [org.gradle.initialization.buildsrc.BuildSourceBuilder] Starting to build the build sources.
08:55:47.943 [DEBUG] [org.gradle.initialization.buildsrc.BuildSourceBuilder] Gradle source dir does not exist. We leave.
08:55:47.944 [DEBUG] [org.gradle.initialization.DefaultGradlePropertiesLoader] Found env project properties: []
08:55:47.945 [DEBUG] [org.gradle.initialization.DefaultGradlePropertiesLoader] Found system project properties: []
08:55:48.037 [DEBUG] [org.gradle.api.internal.artifacts.mvnsettings.DefaultLocalMavenRepositoryLocator] No local repository in Settings file defined. Using default path: /Users/philou/.m2/repository